The following tables list the members exposed by FieldLength.
Name | Description | |
---|---|---|
FieldLength Constructor | Overloaded. |
Name | Description | |
---|---|---|
Auto | Returns a static FieldLength instance whose IsAuto is true. | |
InitialAuto | Returns a static FieldLength instance whose IsInitialAuto is true. | |
IsAbsolute | Returns a boolean indicating if the FieldLength represents an absolute pixel value. | |
IsAuto | Returns a boolean indicating if the FieldLength represents a value that should be based on the size of the contents. | |
IsInitialAuto | Returns a boolean indicating if the FieldLength represents a value that should be based on the initial size of the contents. | |
IsStar | Returns a boolean indicating if the FieldLength represents a value that is a weighted portion of the available area. | |
UnitType | Returns an enumeration indicating the type of Value that the FieldLength represents. | |
Value | Returns the numeric value of the FieldLength. |
Name | Description | |
---|---|---|
Equals | Overloaded. Compares the specified FieldLength to this instance's values. | |
GetHashCode | Returns a hash value for the FieldLength | |
ToString | Returns a string representation of the FieldLength |
Equality | Compares two FieldLength instances to determine if they are equal |
Inequality | Compares two FieldLength instances to determine if they are not equal |