AGI Components with Insight3D Alpha 2008 r8
AgGxAnchorStyle Enumeration
Library ReferenceAGI.Graphics.OverlaysAgGxAnchorStyle
The origin from which the overlay will be positioned relative to its parent.
Declaration Syntax
C# Visual Basic Visual C++
public 
enum 
AgGxAnchorStyle
Public 
Enumeration 
AgGxAnchorStyle
public 
enum class 
AgGxAnchorStyle
Members
Member Description
AnchorStyleBottomLeft
Overlay position is specified with the positive X origin extending from the left edge of the parent and the positive Y origin extending from the bottom edge of the parent.

AnchorStyleBottomCenter
Overlay position is specified with the positive X origin extending from the center of the parent and the positive Y origin extending from the bottom edge of the parent.

AnchorStyleBottomRight
Overlay position is specified with the positive X origin extending from the right edge of the parent and the positive Y origin extending from the bottom edge of the parent.

AnchorStyleCenterLeft
Overlay position is specified with the positive X origin extending from the left edge of the parent and the positive Y origin extending from the center of the parent.

AnchorStyleCenter
Overlay position is specified with the positive X origin extending from the center of the parent and the positive Y origin extending from the center of the parent.

AnchorStyleCenterRight
Overlay position is specified with the positive X origin extending from the right edge of the parent and the positive Y origin extending from the center of the parent.

AnchorStyleTopLeft
Overlay position is specified with the positive X origin extending from the left edge of the parent and the positive Y origin extending from the top edge of the parent.

AnchorStyleTopCenter
Overlay position is specified with the positive X origin extending from the center of the parent and the positive Y origin extending from the top edge of the parent.

AnchorStyleTopRight
Overlay position is specified with the positive X origin extending from the right edge of the parent and the positive Y origin extending from the top edge of the parent.

Assembly: AGI.Graphics.Overlays.Interop(Module: AGI.Graphics.Overlays.Interop) Version: 9.0.0.0 (9.0.0.0)