UserLookAndFeel.SetStyle(ILookAndFeelService, String) Method
For internal use.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public bool SetStyle(
ILookAndFeelService service,
string defaultSkinPaletteName
)
Parameters
| Name | Type |
|---|---|
| service | DevExpress.LookAndFeel.DesignService.ILookAndFeelService |
| defaultSkinPaletteName | String |
Returns
| Type |
|---|
| Boolean |
See Also