Back to Devexpress

SpellChecker.LookAndFeel Property

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-3f65e249.md

latest1.5 KB
Original Source

SpellChecker.LookAndFeel Property

Provides access to the settings which control the SpellChecker look and feel appearance.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.XtraSpellChecker.v25.2.dll

NuGet Package : DevExpress.Win.SpellChecker

Declaration

csharp
public virtual UserLookAndFeel LookAndFeel { get; }
vb
Public Overridable ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object whose properties specify the SpellChecker control’s look and feel.

|

Remarks

To learn more about Look and Feel technology, see the Look And Feel and Skinning document.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace