RichEditControl.LookAndFeel Property
Provides access to the settings that specify the RichEdit control’s look and feel.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
UserLookAndFeel | A UserLookAndFeel object whose properties specify the control’s look and feel. |
Remarks
The settings provided by the LookAndFeel property enable you to specify how the visual elements of a control are painted. For more information on look and feel technology, see the Look And Feel and Skinning topic.
See Also