Class NUp.PresentationDirection.PresentationDirectionOption
NUp.PresentationDirection.PresentationDirectionOption class
Describes the PresentationDirection feature options.
public sealed class PresentationDirectionOption : Option
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
| Name | Description |
|---|
| static BottomLeft | Specifies top to bottom, right to left. |
| static BottomRight | Specifies top to bottom, left to right. |
| static LeftBottom | Specifies right to left, top to bottom. |
| static LeftTop | Specifies right to left, bottom to top. |
| static RightBottom | Specifies left to right, top to bottom. |
| static RightTop | Specifies left to right, bottom to top. |
| static TopLeft | Specifies bottom to top, right to left. |
| static TopRight | Specifies bottom to top, left to right. |
See Also