Interface · Core and Composition
DesktopStyleSetters
Values assigned when a DesktopStyle selector matches a control.
@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43Members
background
background?: DesktopStyleValueBackground brush or color.
Type: DesktopStyleValue
fontSize
fontSize?: DesktopStyleValueText font size.
Type: DesktopStyleValue
fontStyle
fontStyle?: DesktopStyleValueText font style.
Type: DesktopStyleValue
fontWeight
fontWeight?: DesktopStyleValueText font weight.
Type: DesktopStyleValue
foreground
foreground?: DesktopStyleValueForeground brush or color.
Type: DesktopStyleValue
height
height?: DesktopStyleValuePreferred control height.
Type: DesktopStyleValue
horizontalAlignment
horizontalAlignment?: DesktopStyleValueHorizontal layout alignment.
Type: DesktopStyleValue
isEnabled
isEnabled?: DesktopStyleValueControl enabled state.
Type: DesktopStyleValue
isVisible
isVisible?: DesktopStyleValueControl visibility.
Type: DesktopStyleValue
margin
margin?: DesktopStyleValueSpace outside the control.
Type: DesktopStyleValue
maxHeight
maxHeight?: DesktopStyleValueMaximum control height.
Type: DesktopStyleValue
maxWidth
maxWidth?: DesktopStyleValueMaximum control width.
Type: DesktopStyleValue
minHeight
minHeight?: DesktopStyleValueMinimum control height.
Type: DesktopStyleValue
minWidth
minWidth?: DesktopStyleValueMinimum control width.
Type: DesktopStyleValue
opacity
opacity?: DesktopStyleValueControl opacity.
Type: DesktopStyleValue
padding
padding?: DesktopStyleValueSpace inside the control border.
Type: DesktopStyleValue
verticalAlignment
verticalAlignment?: DesktopStyleValueVertical layout alignment.
Type: DesktopStyleValue
width
width?: DesktopStyleValuePreferred control width.
Type: DesktopStyleValue
Related symbols
Source
SharpTS.Gui.Sdk/GuiPackage/runtime.ts:983 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.