Search
Thickness Constructor (Single, Boolean)
See Also
 






Initializes a new instance of the Thickness structure.

Namespace: MindFusion
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Thickness (
    float uniformLength,
    bool isRelative
)

Visual Basic  Copy Code

Public New ( _
    uniformLength As Single, _
    isRelative As Boolean _
)

 Parameters

uniformLength
A value specifying the thickness for all sides.
isRelative
Indicates whether uniformLength specifies relative or absolute quantities.

 See Also