Class DensifyBounds
Represents keyword densify bounds.
public sealed class DensifyBounds
- Inheritance
-
DensifyBounds
- Inherited Members
Properties
Full
Gets a DensifyBounds representing the "full" bounds.
public static DensifyBounds Full { get; }
Property Value
Keyword
Gets the keyword.
public string Keyword { get; }
Property Value
Partition
Gets a DensifyBounds representing the "partition" bounds.
public static DensifyBounds Partition { get; }