Class HolePunch.HolePunchOption

HolePunch.HolePunchOption class

Describes the HolePunch feature options.

public sealed class HolePunchOption : 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 BottomEdgeSpecifies hole(s) along the bottom edge.
static LeftEdgeSpecifies hole(s) along the left edge.
static NoneSpecifies no hole punching.
static RightEdgeSpecifies hole(s) along the right edge.
static TopEdgeSpecifies hole(s) along the top edge.

See Also