Struct Window.ThemeProperties
Theme properties for a Window widget.
Inherited Members
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public struct Window.ThemePropertiesConstructors
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 ActiveTitleTextColorField Value
| Type | Description | 
|---|---|
| Color | 
CaptionButtonsDistance
Distance from the corner of the window to the corner of its first caption button.
Declaration
public Point CaptionButtonsDistanceField 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 ContentPaddingField Value
| Type | Description | 
|---|---|
| Padding | 
IconDistance
Distance from the top corners of the window to the corner of its icon.
Declaration
public Point IconDistanceField Value
| Type | Description | 
|---|---|
| Point | 
IconSize
The size of the window's icon.
Declaration
public int IconSizeField Value
| Type | Description | 
|---|---|
| int | 
InactiveTitleTextColor
The color of title text when the window is inactive.
Declaration
public Color InactiveTitleTextColorField 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 TextDistanceField Value
| Type | Description | 
|---|---|
| Point | 
TextWeight
The boldness of the window title text.
Declaration
public FontWeight TextWeightField Value
| Type | Description | 
|---|---|
| FontWeight | 
TitleTextCharacterSpacing
Value representing the space between each character of the title text.
Declaration
public float TitleTextCharacterSpacingField Value
| Type | Description | 
|---|---|
| float | 
TitleTextSize
The font size of the title text.
Declaration
public int TitleTextSizeField Value
| Type | Description | 
|---|---|
| int | 
TitleTextTRansform
Value indicating how the text should be visually transformed, in the window title.
Declaration
public TextTransform TitleTextTRansformField Value
| Type | Description | 
|---|---|
| TextTransform |