DataFormItemLength Members
The data form item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.Constructors
| Name | Description |
|---|---|
| DataFormItemLength(Double, DataFormItemLengthUnitType) | Initializes a new instance of the DataFormItemLength class with specified settings. |
Properties
| Name | Description |
|---|---|
| Default static | Returns an instance that specifies the default DataFormItemLength. |
| IsAbsolute | Returns whether the length is measured in pixels. |
| IsDefault | Returns whether the instance is default DataFormItemLength. |
| IsStar | Returns whether the length is measured as a weighted proportion of the available space. |
| Star static | Returns the DataFormItemLength instance that stores the length measured as a proportion of the available space. |
| UnitType | Gets the unit type used to measure the data from item’s length. |
| Value | Returns Double that represents the value of the DataFormItemLength. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from System.Object. |
| GetType() | Gets the Type of the current instance. Inherited from System.Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from System.Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from System.Object. |
| ToString() | Converts the DataFormItemLength to a String. |
Operators
| Name | Description |
|---|---|
| Implicit(Double to DataFormItemLength) static | Implicitly converts double absoluteValue into DataFormItemLength with size set to the value in pixels. |
See Also