Gets or sets the margin of the element.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public new Thickness Margin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Margin As Thickness |
A .NET Thickness object specifying the distance between the element and its container's borders.
See Also