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