TdxCustomLayoutControl.LayoutLookAndFeel Property
Specifies the look & feel style of the Layout control.
Declaration
property LayoutLookAndFeel: TdxCustomLayoutLookAndFeel read; write;
Property Value
Type |
---|
TdxCustomLayoutLookAndFeel |
Remarks
The following styles can be applied to a layout control:
- Three built-in predefined look & feel styles: “Standard“, “Office“, or “Web“.
- Five predefined styles provided by the TcxLookAndFeel, including the native paint style.
- Skins from the ExpressSkins Library (installed separately).
Use the TdxLayoutLookAndFeelList component to register any of these look & feel styles for use with a layout control. To apply a registered style, use the LayoutLookAndFeel property. Each look & feel style is a TdxCustomLayoutLookAndFeel class descendant. Use class members to customize style settings.
Note
Set the layout control’s Transparent property to True to paint tabbed group sheets on a transparent background if a skin, runtime theme, or the native paint style is applied.
See Also