RichEditControl.LookAndFeel Property
In This Article
Provides access to the settings that specify the RichEdit control’s look and feel.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#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