TdxControlFrameOptions.Thickness Property
Specifies the base frame border thickness, in pixels.
Declaration
property Thickness: Integer read; write; default 1;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 1 | The unscaled frame border thickness, in pixels. |
Remarks
The specified frame border thickness automatically scales according to the current monitor DPI if the Scale property is set to True. In this case, you can use the ScaledThickness property to obtain the actual frame border thickness.
The Thickness property’s default value is 1.
See Also