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

WizardControl.LookAndFeel Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

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

Property Value

Type Description
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