Skip to main content

GraphicsCache.ActiveSkinName Property

Returns the name of a currently applied Application Skin.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string ActiveSkinName { get; protected set; }

Property Value

Type Description
String

A String value that is the applied skin’s name.

See Also