Struct Window.ThemeProperties
Theme properties for a Window widget.
Inherited Members
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public struct Window.ThemeProperties
Constructors
ThemeProperties()
Theme properties for a Window widget.
Declaration
public ThemeProperties()
Fields
ActiveTitleTextColor
The color of title text when the window is active.
Declaration
public Color ActiveTitleTextColor
Field Value
Type | Description |
---|---|
Color |
CaptionButtonsDistance
Distance from the corner of the window to the corner of its first caption button.
Declaration
public Point CaptionButtonsDistance
Field Value
Type | Description |
---|---|
Point |
ContentPadding
Distances from the edges of a window to the edges of its client area. In other words, these are the sizes of the window's borders.
Declaration
public Padding ContentPadding
Field Value
Type | Description |
---|---|
Padding |
IconDistance
Distance from the top corners of the window to the corner of its icon.
Declaration
public Point IconDistance
Field Value
Type | Description |
---|---|
Point |
IconSize
The size of the window's icon.
Declaration
public int IconSize
Field Value
Type | Description |
---|---|
int |
InactiveTitleTextColor
The color of title text when the window is inactive.
Declaration
public Color InactiveTitleTextColor
Field Value
Type | Description |
---|---|
Color |
TextDistance
Distance from the top of the window and edge of the window icon, to the top-left corner of the title text.
Declaration
public Point TextDistance
Field Value
Type | Description |
---|---|
Point |
TextWeight
The boldness of the window title text.
Declaration
public FontWeight TextWeight
Field Value
Type | Description |
---|---|
FontWeight |
TitleTextSize
The font size of the title text.
Declaration
public int TitleTextSize
Field Value
Type | Description |
---|---|
int |