FMX.Types.TControlSize Properties
InheritedProtected
| DefaultValue | public | Represents the default values of the TControlSize Height, Width, and PlatformDefault variables. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Height | published | Describes the height of a TControlSize. |
| PlatformDefault | published | When this property is set to True, the size and width of the control are set automatically based on pre-defined sizes for the active platform. |
| Size | public | Sets or gets the width and height of a control as a <TSizeF> record. |
| Width | published | Describes the width of a TControlSize. |