MindFusion.Wpf Pack Programmer's Guide
UnitType Enumeration
See Also
 





Defines values that indicate whether point positions are specified in percentage, or in absolute units relative to the node's top-left corner.

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

 Syntax

C#  Copy Code

public enum UnitType

Visual Basic  Copy Code

Public Enum UnitType

 Members

  Member name Description

Fixed

Point coordinates designate fixed offset from the node's top-left corner.

Percentage

Point coordinates are specified as percentage of the node's size.

 See Also

MindFusion.Diagramming.Wpf Namespace
XUnit Property
YUnit Property