public enum ENCoordinateBehavior : System.Enum
public enum ENCoordinateBehavior : System.Enum
Member | Description |
---|---|
Locked | The coordinate is locked to its original value. Nevron does not update this coordinate. |
OffsetFromMax | The coordinate is defined with a constant distance from the far side (Right or Bottom) |
OffsetFromMid | The coordinate is defined with a constant distance from the center (CenterX or CenterY). |
OffsetFromMin | The coordinate is defined with a constant distance from the near side (Left or Top) |
Proportional | The coordinate is defined proportionally to the respective dimension (Width or Height). For example Height*0.6. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Diagram.ENCoordinateBehavior
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)