MindFusion.Wpf Pack Programmer's Guide
Label.Padding Property
See Also
 





Gets or sets the distance between the label text and the label bounds. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Thickness Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Thickness

 Property Value

An instance of the WPF Thickness structure.

 See Also

Label Members
Label Class
MindFusion.Reporting.Wpf Namespace