Skip to main content
A newer version of this page is available. .

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.
DataFormItemLength(Double) 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 Object.
Equals(Object) Determines whether the specified object is equal to the DataFormItemLength instance.
GetHashCode() Returns a hash code for the DataFormItemLength.
GetType() Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from 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