Search
ButtonComponent.Padding Property
See Also
 






Gets or sets the padding space between button's content and its borders.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Double

 Property Value

A double value.

 See Also