Search
Component.Margin Property
See Also
 






Gets or sets the margin space around this component relative to the layout rectangle allocated by its parent panel.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Margins Margin { get; set; }

Visual Basic  Copy Code

Public Property Margin As Margins

 Property Value

An instance of the Margins class.

 See Also