Search
AnchorPoint.getYUnit Method
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public UnitType getYUnit ()

 Return Value

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

 See Also