Search
RelativePosition.Y Property
See Also
 





Gets or sets the vertical position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Double

 Property Value

A double value specifying vertical position.

 See Also