windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-dot-setstyle.md
| Name | Parameters | Description |
|---|---|---|
| SetStyle(ILookAndFeelService, String) | service, defaultSkinPaletteName | For internal use. |
| SetStyle(ILookAndFeelService) | service | This method supports internal infrastructure and is not intended to be used in code. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean, String, TouchUIMode, Single) | style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUIMode, touchScaleFactor | Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean, String, TouchUIMode) | style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUIMode | Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean, String, Boolean, Single) | style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUI, touchScaleFactor | Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean, String, Boolean) | style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, touchUI | Obsolete. Sets the look and feel settings of the current object to the specified values. This member is no longer supported. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean, String, String) | style, useWindowsXPTheme, useDefaultLookAndFeel, skinName, paletteName | Sets the look and feel settings of the current object to the specified values. This member is no longer supported. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean, String) | style, useWindowsXPTheme, useDefaultLookAndFeel, skinName | Sets the look and feel settings of the current object to the specified values. This method is obsolete. |
| SetStyle(LookAndFeelStyle, Boolean, Boolean) | style, useWindowsXPTheme, useDefaultLookAndFeel | Sets the look and feel settings of the current object. |