Search
LinkLabel.HorizontalOffset Property
See Also
 






Gets or sets the label's horizontal offset.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double HorizontalOffset { get; set; }

Visual Basic  Copy Code

Public Property HorizontalOffset As Double

 Property Value

A double value.

 See Also