Search
VisualElement.Margin Property
See Also
 






Gets or sets the margin of this element.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Thickness Margin { get; set; }

Visual Basic  Copy Code

Public Property Margin As Thickness

 Property Value

An instance of the Thickness structure.

 See Also