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

UserLookAndFeel.SetStyle3D() Method

Applies the Style3D style to a control.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetStyle3D()

Remarks

All the available styles which can be applied to a control(s) are listed in the LookAndFeelStyle enumeration.

See Also