Class TUIControlSizeable
Unit
CastleUIControls
Declaration
type TUIControlSizeable = class(TUIControl)
Description
UI control with configurable size. By itself, this does not show anything. But it's useful as an ancestor class for new UI classes that want their size to be fully configurable, or as a container for UI children.
Hierarchy
Overview
Methods
Properties
 |
property FullSize: boolean read FFullSize write SetFullSize default false; |
 |
property Width: Cardinal read FWidth write SetWidth default 0; |
 |
property Height: Cardinal read FHeight write SetHeight default 0; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property Width: Cardinal read FWidth write SetWidth default 0; |
|
 |
property Height: Cardinal read FHeight write SetHeight default 0; |
|
Generated by PasDoc 0.15.0.
|