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