Version

GridLayoutSizeDefinition Class Members

The following tables list the members exposed by GridLayoutSizeDefinition.

Public Constructors
 NameDescription
Public ConstructorGridLayoutSizeDefinition ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertySizeTypeGets or sets the size type for the definition.  
Public PropertyValueGets or sets the value for the definition. This value is treated differently depending on the size type specified. For example, Star sizing will treat this property as a weighted percentage relative to other Star sized definitions.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetSizeTypeResets the SizeType property to its default value.  
Public MethodResetValueResets the Value property to its default value.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeSizeTypeIndicates if the SizeType property needs to be serialized.  
Protected MethodShouldSerializeValueIndicates if the Value property needs to be serialized.  
See Also