TdxControlFrameOptions Properties
Stores frame border appearance and behavior settings.Name | Description |
---|---|
Borders | Specifies the visibility of individual frame borders. |
Color | Specifies the color of all visible frame borders. |
Drag | Provides access to frame border drag settings. |
DrawInNonClientArea | Specifies if frame borders are drawn in the control’s non-client area. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Scale | Specifies if the frame border thickness scales according to monitor DPI changes. |
ScaledThickness | Returns the scaled frame border thickness, in pixels. |
Thickness | Specifies the base frame border thickness, in pixels. |
Visible | Specifies if frame borders are visible. |
See Also