TdxFramedControl.Frame Property
Provides access to the framed control’s border-related settings.
Declaration
property Frame: TdxControlFrameOptions read; write;
Property Value
Type | Description |
---|---|
TdxControlFrameOptions | Frame border appearance and behavior settings. |
Remarks
You can use the Frame
.Borders property to hide or display individual frame borders and set the Frame
.Drag.Enabled property to True
to allow users to drag frame borders at runtime. Refer to the TdxControlFrameOptions class description for information on all available options.
See Also