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