TdxControlFrameOptions Members
Stores frame border appearance and behavior settings.Constructors
| Name | Description |
|---|---|
| Create(TdxFramedControl) | Initializes a new instance of the TdxControlFrameOptions class with specified settings. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ToString | Inherited from TObject. |
See Also