FloatingObjectVerticalPositionAlignment Enum
Lists values specifying how a floating object is vertically aligned relative to the specified element.
#Declaration
declare enum FloatingObjectVerticalPositionAlignment {
None = 0,
Top = 1,
Center = 2,
Bottom = 3,
Inside = 4,
Outside = 5
}
#Members
Name | Description |
---|---|
Bottom
|
The shape is aligned to the bottom relative to its Floating |
Center
|
The shape is centered relative to its Floating |
Inside
|
The shape is aligned inside relative to its Floating |
None
|
The shape is not vertically aligned. |
Outside
|
The shape is aligned outside relative to its Floating |
Top
|
The shape is top aligned relative to its Floating |
#Remarks
Values listed by this enumeration are used to set the FloatingObjectAlignmentPositionSettings.verticalPositionAlignment property.