Skip to main content

WizardControl.LookAndFeel Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v24.2.dll

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