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
SyntaxC#
Copy Code
|
|---|
public Thickness Padding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Padding As Thickness |
An instance of the WPF Thickness structure.
See Also