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

struct StyleClass in Tinman.AddOns.GUI.Styles

struct StyleClass implements IEquatable<StyleClass>

Public / Constants

None

public static readonly field None
type StyleClass

Public / Attributes

Name

public readonly field Name
type string

Variant

public readonly field Variant
type string

Public / Constructors

StyleClass

Creates a new instance of StyleClass.

public constructor StyleClass (string name)
params name [not-empty] The style class name.

Creates a new instance of StyleClass.

public constructor StyleClass (string name, string variant)
params name [not-empty] The style class name.
  variant [not-empty] The style class variant name.

Public / Methods

Equals

public method Equals (StyleClass other)
type bool
params other

NameFor

Returns a qualified name for the given style property.

public method NameFor (IStyleProperty property)
type string
params property [not-null] The style property.
returns [not-null] The qualified name.

SuperClass

public method SuperClass (out StyleClass superClass)
type bool
params superClass

ToString

public override method ToString ()
type string