'DeclarationPublic Enum WrappingVerticalAlignment Inherits System.Enum
'UsageDim instance As WrappingVerticalAlignment
public enum WrappingVerticalAlignment : System.Enum
'DeclarationPublic Enum WrappingVerticalAlignment Inherits System.Enum
'UsageDim instance As WrappingVerticalAlignment
public enum WrappingVerticalAlignment : System.Enum
| Member | Value | Description |
|---|---|---|
| BottomRelativeToBottomMargin | 19 | Element is vertically aligned from its Bottom relative to the bottom margin. |
| BottomRelativeToInsideMargin | 20 | Element is vertically aligned from its Bottom relative to the inside margin. |
| BottomRelativeToLine | 17 | Element is vertically aligned from its Bottom relative to the line. |
| BottomRelativeToMargin | 15 | Element is vertically aligned from its Bottom relative to the margin. |
| BottomRelativeToOutsideMargin | 21 | Element is vertically aligned from its Bottom relative to the outside margin. |
| BottomRelativeToPage | 16 | Element is vertically aligned from its Bottom relative to the page bottom position. |
| BottomRelativeToTopMargin | 18 | Element is vertically aligned from its Bottom relative to the top margin. |
| CenteredRelativeToBottomMargin | 12 | Element is vertically aligned from its Center relative to the bottom margin. |
| CenteredRelativeToInsideMargin | 13 | Element is vertically aligned from its Center relative to the inside margin. |
| CenteredRelativeToLine | 10 | Element is vertically aligned from its Center relative to the line. |
| CenteredRelativeToMargin | 8 | Element is vertically aligned from its Center relative to the margin. |
| CenteredRelativeToOutsideMargin | 14 | Element is vertically aligned from its Center relative to the outside margin. |
| CenteredRelativeToPage | 9 | Element is vertically aligned from its Center relative to the page center position. |
| CenteredRelativeToTopMargin | 11 | Element is vertically aligned from its Center relative to the top margin. |
| InsideRelativeToBottomMargin | 26 | Element is vertically aligned from its Inside relative to the bottom margin. |
| InsideRelativeToInsideMargin | 27 | Element is vertically aligned from its Inside relative to the inside margin. |
| InsideRelativeToLine | 24 | Element is vertically aligned from its Inside relative to the line. |
| InsideRelativeToMargin | 22 | Element is vertically aligned from its Inside relative to the margin. |
| InsideRelativeToOutsideMargin | 28 | Element is vertically aligned from its Inside relative to the outside margin. |
| InsideRelativeToPage | 23 | Element is vertically aligned from its Inside relative to the page inside position. |
| InsideRelativeToTopMargin | 25 | Element is vertically aligned from its Inside relative to the top margin. |
| None | 0 | Not using any vertical alignment. |
| OutsideRelativeToBottomMargin | 33 | Element is vertically aligned from its Outside relative to the bottom margin. |
| OutsideRelativeToInsideMargin | 34 | Element is vertically aligned from its Outside relative to the inside margin. |
| OutsideRelativeToLine | 31 | Element is vertically aligned from its Outside relative to the line. |
| OutsideRelativeToMargin | 29 | Element is vertically aligned from its Outside relative to the margin. |
| OutsideRelativeToOutsideMargin | 35 | Element is vertically aligned from its Outside relative to the outside margin. |
| OutsideRelativeToPage | 30 | Element is vertically aligned from its Outside relative to the page outside position. |
| OutsideRelativeToTopMargin | 32 | Element is vertically aligned from its Outside relative to the top margin. |
| TopRelativeToBottomMargin | 5 | Element is vertically aligned from its Top relative to the bottom margin. |
| TopRelativeToInsideMargin | 6 | Element is vertically aligned from its Top relative to the inside margin. |
| TopRelativeToLine | 3 | Element is vertically aligned from its Top relative to the line. |
| TopRelativeToMargin | 1 | Element is vertically aligned from its Top relative to the margin. |
| TopRelativeToOutsideMargin | 7 | Element is vertically aligned from its Top relative to the outside margin. |
| TopRelativeToPage | 2 | Element is vertically aligned from its Top relative to the page top position. |
| TopRelativeToTopMargin | 4 | Element is vertically aligned from its Top relative to the top margin. |
The available vertical alignments for a picture are Top, Centered, Bottom, Inside or Outside, relative to Margin, Page, Line, TopMargin, BottomMargin, InsideMargin or OutsideMargin.
The available vertical alignments for a table are Top, Centered, Bottom, Inside or Outside, relative to Margin or Page.
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.WrappingVerticalAlignment
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.