Search
EditComponent.TextPadding Property
See Also
 





Gets or sets the padding of the edit component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float TextPadding { get; set; }

Visual Basic  Copy Code

Public Property TextPadding As Single

 Property Value

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