SpellChecker.LookAndFeel Property
In This Article
Provides access to the settings which control the SpellChecker look and feel appearance.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.2.dll
NuGet Package: DevExpress.Win.SpellChecker
#Declaration
public virtual UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
To learn more about Look and Feel technology, see the Look And Feel and Skinning document.
See Also