Class HolePunch.HolePunchOption
HolePunch.HolePunchOption class
Describes the HolePunch
feature options.
public sealed class HolePunchOption : 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 BottomEdge | Specifies hole(s) along the bottom edge. |
static LeftEdge | Specifies hole(s) along the left edge. |
static None | Specifies no hole punching. |
static RightEdge | Specifies hole(s) along the right edge. |
static TopEdge | Specifies hole(s) along the top edge. |
See Also