BorderStyle Description struct Tinman.Engine.GUI.Styles.BorderStyle Border style for containers. Public / Constants Default public static readonly attribute Default → (BorderStyle) Default border, one pixel width, no roundness. None public static readonly attribute None → (BorderStyle) No border. Public / Constructors BorderStyle public constructor BorderStyle → (2) width in : int32 [>=0] The border width, in pixels. roundness in : int32 [>=0] The border roundness (i.e. corner circle radius). Creates a new instance of BorderStyle. Public / Attributes Roundness public readonly attribute Roundness → (int32) The border roundness (i.e. corner circle radius). Width public readonly attribute Width → (int32) The border width, in pixels. RootContainer ColorScheme