GraphicsCache.ActiveSkinName Property
Returns the name of a currently applied Application Skin.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.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