Search
Thickness Constructor (Single, Single, Single, Single)
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
)

Visual Basic  Copy Code

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

 Parameters

left
The relative thickness of the left side.
top
The relative thickness of the top side.
right
The relative thickness of the right side.
bottom
The relative thickness of the bottom side.

 See Also