ILNumerics Ultimate VS

Positioning Enumeration

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Positioning constants for screen objects

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public enum Positioning
Members

  Member nameValueDescription
TopLeft0 Place the object at the upper left corner
TopCenter1 Place the object in the upper center
TopRight2 Place the object at the upper right corner
MiddleLeft3 Place the object vertically centered at the left edge
MiddleCenter4 Place the object centered on the viewport
MiddleRight5 Place the object vertically centered at the right edge
BottomLeft6 Place the object at the lower left corner
BottomCenter7 Place the object centered at the lower edge
BottomRight8 Place the object at the lower right corner
Remarks

[ILNumerics Visualization Engine]

See Also

Reference