Back to Devexpress

WizardControl.LookAndFeel Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-dd879aa5.md

latest1.4 KB
Original Source

WizardControl.LookAndFeel Property

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

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDescription
UserLookAndFeel

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

|

Remarks

For more information on the look and feel technology, see the Look And Feel and Skinning topic.

See Also

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace