Class GridDensity
GridDensity class
Specifies the type of horizontal/vertical grid to use for a page.
public class GridDensity : ICloneable
Constructors
Name | Description |
---|
GridDensity(GridDensityValue) | Constructor. |
Properties
Name | Description |
---|
Ufe { get; } | Specifies attributes of an element. |
Value { get; set; } | Specifies the type of horizontal/vertical grid to use for a page. |
Methods
Name | Description |
---|
Clone() | Creates deep copy of this instance. |
override Equals(object) | Are objects equal. |
override GetHashCode() | Serves as a hash function for a particular type. |
See Also