Back to Devexpress

TdxControlFrameOptions Class

vcl-dxframedcontrol-d549f3e9.md

latest1.9 KB
Original Source

TdxControlFrameOptions Class

Stores frame border appearance and behavior settings.

Declaration

delphi
TdxControlFrameOptions = class(
    TcxInterfacedPersistent
)

Remarks

The TdxControlFrameOptions class has members that allow you to do the following:

  • Hide or display all frame borders (Visible).
  • Change the frame border color (Color).
  • Allow users to drag frame borders at runtime and customize drag-related settings (Drag).
  • Adjust the frame border thickness (Thickness).
  • Specify if the frame border thickness scales according to monitor DPI changes (Scale).
  • Obtain the scaled frame border thickness (ScaledThickness).
  • Hide or display individual frame borders (Borders).
  • Specify if frame borders are drawn in the framed control’s non-client area (DrawInNonClientArea).

A framed control’s Frame property references a TdxControlFrameOptions object.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TdxControlFrameOptions

See Also

TdxControlFrameOptions Members

dxFramedControl Unit