Search
LinkLabel.Margin Property
See Also
 





Gets or sets the label's margin size.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Thickness Margin { get; set; }

Visual Basic  Copy Code

Public Property Margin As Thickness

 Property Value

A Thickness instance specifying the size of text margins.

 See Also