Search
Button.Padding Property
See Also
 





Gets or sets a value indicating the distance between the button border and its contents.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Single

 Property Value

A floating point value. The default is 0.

 See Also