Gets or sets a value indicating the distance between the button border and its contents.
Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float Padding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Padding As Single |
A floating point value. The default is 0.
See Also