Version

FieldLength Structure Members

The following tables list the members exposed by FieldLength.

Public Constructors
 NameDescription
Public ConstructorFieldLength ConstructorOverloaded.   
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)AutoReturns a static FieldLength instance whose IsAuto is true.  
Public Propertystatic (Shared in Visual Basic)InitialAutoReturns a static FieldLength instance whose IsInitialAuto is true.  
Public PropertyIsAbsoluteReturns a boolean indicating if the FieldLength represents an absolute pixel value.  
Public PropertyIsAutoReturns a boolean indicating if the FieldLength represents a value that should be based on the size of the contents.  
Public PropertyIsInitialAutoReturns a boolean indicating if the FieldLength represents a value that should be based on the initial size of the contents.  
Public PropertyIsStarReturns a boolean indicating if the FieldLength represents a value that is a weighted portion of the available area.  
Public PropertyUnitTypeReturns an enumeration indicating the type of Value that the FieldLength represents.  
Public PropertyValueReturns the numeric value of the FieldLength.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified FieldLength to this instance's values.  
Public MethodGetHashCodeReturns a hash value for the FieldLength  
Public MethodToStringReturns a string representation of the FieldLength  
Public Operators
public Operator Equality Compares two FieldLength instances to determine if they are equal
public Operator Inequality Compares two FieldLength instances to determine if they are not equal
See Also