Namespaces | |
namespace | ActionLists |
namespace | DropDowns |
namespace | MessageBoxes |
namespace | Popups |
namespace | TabControls |
namespace | Tables |
namespace | TreeView |
For internal use only.
Specifies keys for resources used by internal controls created outside of VideoOS.Platform.
Specifies the VideoOS platform dynamic (i.e. theme-aware) resources.
Enumerator | |
---|---|
IconOpacityEnabledHighEmphasis | Icon enabled with high emphasis opacity resource. |
IconOpacityEnabledLowEmphasis | Icon enabled with low emphasis opacity resource. |
IconOpacityDisabled | Icon disabled opacity resource. |
TransparentColor | Color variant of the TransparentBrush resource. |
TransparentBrush | Transparent brush that matches the current theme. The built-in Transparent is based on white which, when used in gradients on a dark background, has a light shade to it because the base color is white. Using this brush ensures that it looks correct in both themes. |
BorderIdleColor | Color variant of the BorderIdleBrush resource. |
BorderIdleBrush | Use this brush for borders. |
BorderHoverColor | Color variant of the BorderHoverBrush resource. |
BorderHoverBrush | Use this brush for interactive borders when they are hovered. |
BorderPressedColor | Color variant of the BorderPressedBrush resource. |
BorderPressedBrush | Use this brush for interactive borders while they are pressed (i.e. MouseButtonDown). |
BorderDisabledColor | Color variant of the BorderDisabledBrush resource. |
BorderDisabledBrush | Use this brush for disabled borders. |
BorderSelectedColor | Color variant of the BorderSelectedBrush resource. |
BorderSelectedBrush | Use this brush for selected borders. |
BorderHighlightColor | Color variant of the BorderHighlightBrush resource. |
BorderHighlightBrush | Use this brush for highlighted borders. |
BackgroundIdleColor | Color variant of the BackgroundIdleBrush resource. |
BackgroundIdleBrush | Use this brush for backgrounds where TransparentBrush is not a viable option (e.g. on top of colorful content like video and such). |
BackgroundIdleDownplayColor | Color variant of the BackgroundIdleBrush resource. |
BackgroundIdleDownplayBrush | Use this brush for backgrounds that should stand out slightly from the window / dialog background. |
BackgroundHoverColor | Color variant of the BackgroundHoverBrush resource. |
BackgroundHoverBrush | Use this brush for interactive backgrounds when they are hovered. |
BackgroundPressedColor | Color variant of the BackgroundPressedBrush resource. |
BackgroundPressedBrush | Use this brush for interactive backgrounds when they are pressed (i.e. MouseButtonDown). |
BackgroundDisabledColor | Color variant of the BackgroundDisabledBrush resource. |
BackgroundDisabledBrush | Use this brush for disabled backgrounds where TransparentBrush is not a viable option (e.g. on top of colorful content like video and such). |
BackgroundSelectedColor | Color variant of the BackgroundSelectedBrush resource. |
BackgroundSelectedBrush | Use this brush for selected backgrounds. |
BackgroundHighlightColor | Color variant of the BackgroundHighlightBrush resource. |
BackgroundHighlightBrush | Use this brush for highlighted backgrounds. |
NonInteractiveForegroundHighEmphasisColor | Color variant of the NonInteractiveForegroundHighEmphasisBrush resource. |
NonInteractiveForegroundHighEmphasisBrush | Use this brush for non-interactive text. |
NonInteractiveForegroundLowEmphasisColor | Color variant of the NonInteractiveForegroundLowEmphasisBrush resource. |
NonInteractiveForegroundLowEmphasisBrush | Use this brush for toned down non-interactive text. |
NonInteractiveForegroundDisabledColor | Color variant of the NonInteractiveForegroundDisabledBrush resource. |
NonInteractiveForegroundDisabledBrush | Use this brush for disabled non-interactive text. |
InteractiveForegroundIdleColor | Color variant of the InteractiveForegroundIdleBrush resource. |
InteractiveForegroundIdleBrush | Use this brush for interactive text (i.e. can be interacted with using the mouse/keyboard). |
InteractiveForegroundHoverColor | Color variant of the InteractiveForegroundHoverBrush resource. |
InteractiveForegroundHoverBrush | Use this brush for interactive text when it is hovered. |
InteractiveForegroundPressedColor | Color variant of the InteractiveForegroundPressedBrush resource. |
InteractiveForegroundPressedBrush | Use this brush for interactive text when it is pressed (i.e. MouseButtonDown). |
InteractiveForegroundDisabledColor | Color variant of the InteractiveForegroundDisabledBrush resource. |
InteractiveForegroundDisabledBrush | Use this brush for disabled interactive text. |
StatusDestructiveColor | Color variant of the StatusDestructiveBrush resource. |
StatusDestructiveBrush | Use this brush where a destructive visual appearance is desired. |
StatusWarningColor | Color variant of the StatusWarningBrush resource. |
StatusWarningBrush | Use this brush where a warning visual appearance is desired. |
StatusConfirmationColor | Color variant of the StatusConfirmationBrush resource. |
StatusConfirmationBrush | Use this brush where a confirmational visual appearance is desired. |
StatusInformationColor | Color variant of the StatusInformationBrush resource. |
StatusInformationBrush | Use this brush where a informational visual appearance is desired. |
DropShadowEffect | Use this effect as drop shadow. |
DropShadowThickness | Use this to get the thickness of the drop shadow. Can be used in cases where it is necessary to reserve space for the drop shadow. |
Specifies the VideoOS platform static resources.
Enumerator | |
---|---|
ToolTipStyleKey | Identifies the name of the ToolTip resource. This is used to apply the platform tool tip style to individual or branches of controls. |
ToolTipWithBorderStyleKey | Identifies the name of the tool tip with border resource. For more information see ToolTipStyleKey. |
ScrollBarStyleKey | Identifies the name of the ScrollBar resource. This is used to apply the platform scroll bar style to individual branches of controls. |
ScrollBarWithContentBorderStyleKey | Identifies the name of the ScrollBar with content border resource. For more information see ScrollBarStyleKey. |
ScrollViewerStyleKey | Identifies the name of the ScrollViewer resource. This is used to apply the platform scroll viewer style to individual branches of controls. |
ScrollViewerWithContentBorderStyleKey | Identifies the name of the ScrollViewer with content border resource. For more information see ScrollViewerStyleKey. |