ASP.NET Pack Programmer's Guide
AnchorPoint.YUnit Property
See Also
 





Gets or sets whether the point's Y position is specified as percentage of node's size or fixed offset from the node's top side.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public UnitType YUnit { get; set; }

Visual Basic  Copy Code

Public Property YUnit As UnitType

 Property Value

A member of the UnitType enumeration. The default value is Percentage.

 See Also

AnchorPoint Members
AnchorPoint Class
MindFusion.Diagramming Namespace
Y Property
XUnit Property