Gets or sets the padding of the edit component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float TextPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextPadding As Single |
A floating point value specifying the spacing between the component border and displayed text. The value is expressed in the current units of measure. The default is 1.
See Also