Class NUp.PresentationDirection.PresentationDirectionOption

NUp.PresentationDirection.PresentationDirectionOption class

Describes the PresentationDirection feature options.

public sealed class PresentationDirectionOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static BottomLeftSpecifies top to bottom, right to left.
static BottomRightSpecifies top to bottom, left to right.
static LeftBottomSpecifies right to left, top to bottom.
static LeftTopSpecifies right to left, bottom to top.
static RightBottomSpecifies left to right, top to bottom.
static RightTopSpecifies left to right, bottom to top.
static TopLeftSpecifies bottom to top, right to left.
static TopRightSpecifies bottom to top, left to right.

See Also