TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct BorderStyle in Tinman.AddOns.GUI.Styles

Border style for containers.

struct BorderStyle  

Public / Constants

Default

Default border, one pixel width, no roundness.

public static readonly field Default
type BorderStyle

None

No border.

public static readonly field None
type BorderStyle

Public / Attributes

Roundness

The border roundness (i.e. corner circle radius).

public readonly field Roundness
type int32

Width

The border width, in pixels.

public readonly field Width
type int32

Public / Constructors

BorderStyle

Creates a new instance of BorderStyle.

public constructor BorderStyle (int32 width, int32 roundness)
params width [>=0] The border width, in pixels.
  roundness [>=0] The border roundness (i.e. corner circle radius).