Search
ItemLabel.HorizontalOffset Property
See Also
 





Gets or sets the label's horizontal offset from its pin point.

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 specifying distance.

 See Also