ScreenLabelFrameStyle Description sealed class Tinman.Engine.Drawing.ScreenLabelFrameStyle Derived from ScreenLabelStyle Defines visual style properties for IScreenLabelFrame instances. Public / Constructors ScreenLabelFrameStyle public constructor ScreenLabelFrameStyle → () Creates a new instance of ScreenLabelFrameStyle. Public / Attributes BorderColor public attribute BorderColor → (get,set) value : int64 The border color or transparent for none. The text box border color. The default value is transparent black. See also Colors BorderRoundness public attribute BorderRoundness → (get,set) value : int32 [>=0] The border roundness. The roundness of the border. The default value is 0. BorderThickness public attribute BorderThickness → (get,set) value : int32 [>=1] The border thickness, in pixels. The border thickness. The default value is 1. See also ILineThickness.LineThickness FillColor public attribute FillColor → (get,set) value : int64 The fill color or transparent for none. The text box fill color. The default value is transparent black. See also Colors HasBorder public attribute HasBorder → (get) value : bool true if this style has a border, false if not. Does this label style has a border? Insets public attribute Insets → (get,set) value : Edging The inset values. The label insets. The default value is Edging.Zero. Margin public attribute Margin → (get,set) value : Edging The margin values. The label margin. The default value is Edging.Zero. ScreenLabel ScreenLabelIconStyle