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
See Also