Back to Devexpress

RichEditControl.LookAndFeel Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-1cfab03d.md

latest1.8 KB
Original Source

RichEditControl.LookAndFeel Property

Provides access to the settings that specify the RichEdit control’s look and feel.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
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

Look and Feel

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace