​Rectangle: Returns or sets the control's boundaries.
​
Children
​ICollection: Returns the children of the control or null if the control doesn't have children.
​
Created
​Boolean: Returns whether the control has been created fully and it's ready to be sent to the client. A control is marked as Created after it has been made visible the first time.
​
DesignerTimeout
​Int32: Returns the designer timeout in milliseconds.
​
Name
​String: Returns the name of the window component.
​
Parent
​IWisejControl: Returns or sets the parent control.
​
Platform
​ClientPlatform: Returns the current application platform.