Search
ItemLabel.VerticalOffset Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double VerticalOffset { get; set; }

Visual Basic  Copy Code

Public Property VerticalOffset As Double

 Property Value

A double value specifying distance.

 See Also