Search
Thickness Constructor (Single, Single, Single, Single, Boolean)
See Also
 






Initializes a new instance of the Thickness structure.

Namespace: MindFusion
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Thickness (
    float left,
    float top,
    float right,
    float bottom,
    bool isRelative
)

Visual Basic  Copy Code

Public New ( _
    left As Single, _
    top As Single, _
    right As Single, _
    bottom As Single, _
    isRelative As Boolean _
)

 Parameters

left
The thickness of the left side.
top
The thickness of the top side.
right
The thickness of the right side.
bottom
The thickness of the bottom side.
isRelative
Indicates whether topleft, bottom and right specify relative or absolute quantities.

 See Also