Search
BorderComponent.Padding Property
See Also
 






Gets or sets the padding space between this border and its Content.

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