Skip to content

WindowTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Window widgets.

csharp
public static class WindowTheme

Inheritance

ObjectWindowTheme

Fields

BorderActiveColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderActiveColor

BorderColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColor

BottomLeftCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomLeftCorner

BottomRightCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomRightCorner

CloseButtonForeground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CloseButtonForeground

CloseButtonGlyph

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CloseButtonGlyph

CloseButtonHoverBackground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> CloseButtonHoverBackground

ContentBackground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ContentBackground

HorizontalLine

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalLine

ResizeGrip

Glyph shown in bottom-right corner of resizable windows.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeGrip

ResizeThumbBottomLeft

Thumb shown on bottom-left corner when hovered for resize.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeThumbBottomLeft

ResizeThumbBottomRight

Thumb shown on bottom-right corner when hovered for resize.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeThumbBottomRight

ResizeThumbColor

Color of resize thumb indicators.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ResizeThumbColor

ResizeThumbHorizontal

Thumb shown on horizontal edges when hovered for resize.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeThumbHorizontal

ResizeThumbTopLeft

Thumb shown on top-left corner when hovered for resize.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeThumbTopLeft

ResizeThumbTopRight

Thumb shown on top-right corner when hovered for resize.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeThumbTopRight

ResizeThumbVertical

Thumb shown on vertical edges when hovered for resize.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ResizeThumbVertical

TitleBarActiveBackground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleBarActiveBackground

TitleBarActiveForeground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleBarActiveForeground

TitleBarBackground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleBarBackground

TitleBarForeground

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleBarForeground

TopLeftCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopLeftCorner

TopRightCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopRightCorner

VerticalLine

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalLine

Released under the MIT License.