Version

ControlLayoutItem Class Members

The following tables list the members exposed by ControlLayoutItem.

Public Constructors
 NameDescription
Public ConstructorControlLayoutItem ConstructorInitializes a new ControlLayoutItem  
Public Properties
 NameDescription
Public PropertyConstraintReturns or sets the constraint associated with the control.  
Public PropertyControlReturns the associated Control.  
Public PropertyIncludeInLayoutReturns or sets whether the item should participate in the layout.  
Public PropertyMinimumSizeReturns or sets the minimum size of the Control  
Public PropertyPreferredSizeReturns or sets the preferred size of the Control.  
Public Methods
 NameDescription
Public MethodResetMinimumSizeResets the MinimumSize property.  
Public MethodResetPreferredSizeResets the PreferredSize property.  
Public MethodShouldSerializeMinimumSizeIndicates whether the MinimumSize property is set to its default value.  
Public MethodShouldSerializePreferredSizeIndicates whether the PreferredSize property is set to its default value.  
See Also