Gets or sets the distance between the edges of the panel and its content. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double Padding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Padding As Double |
A double value specifying the padding of the panel.
See Also