Skip to main content
A newer version of this page is available. .

RichEditControl.LookAndFeel Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }

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