Skip to main content
A newer version of this page is available. .

IXtraResizableControl Properties

Defines an interface a control that can be implemented to provide layout information to a Layout Control.
Name Description
IsCaptionVisible When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control.
MaxSize When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control.
MinSize When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control.
See Also