Back to Devexpress

UserLookAndFeel Properties

windowsforms-devexpress-dot-lookandfeel-dot-userlookandfeel-dot-underscore-properties.md

latest4.7 KB
Original Source

UserLookAndFeel Properties

Contains look and feel settings for DevExpress UI controls.

NameDescription
ActiveLookAndFeelGets the actual UserLookAndFeel object currently applied.
ActiveSkinNameGets the name of the currently applied skin.
ActiveStyleGets the style currently applied. This member is no longer supported.
ActiveSvgPaletteNameReturns the name of the currently applied swatch.
CompactUIModeThis method supports internal infrastructure and is not intended for use in code.
CompactUIModeForcedReturns whether the application is currently in Compact UI Mode. The return value depends on both the WindowsFormsSettings.CompactUIMode property and the currently applied skin (for instance, the WXI Compact skin forces the Compact UI Mode).
Default staticGets the Default LookAndFeel object to use for controls when the UserLookAndFeel.UseDefaultLookAndFeel property is set to true.
IsColorizedGets whether the UserLookAndFeel.SkinMaskColor or UserLookAndFeel.SkinMaskColor2 property is specified for the current UserLookAndFeel object.
IsLookAndFeelHierarchyRootThis member supports the internal infrastructure, and is not intended to be used directly from your code.
OwnerControlGets the control that owns the current UserLookAndFeel object.
PainterGets the painter based on the style currently applied for drawing control’s elements.
ParentLookAndFeelGets or sets the parent LookAndFeel.
SkinMaskColorGets or sets a custom hue applied to some skin elements.
SkinMaskColor2Gets or sets the second custom hue, typically applied to some skin elements when they are highlighted/hovered.
SkinNameGets or sets the name of a skin style.
StyleGets or sets the style of the current UserLookAndFeel object. This property is no longer supported.
TouchUIParentThis member supports the internal infrastructure, and is not intended to be used directly from your code.
UseDefaultLookAndFeelGets or sets whether the current object’s settings are in effect.
UseWindows7BorderGets or sets whether borders of TextEdit controls are painted in the same manner as borders of standard text editors built into Microsoft Windows 7. This property is in effect if the current OS is Windows 7 and the DevExpress XP paint theme is applied.
UseWindowsXPThemeGets or sets whether controls should be painted using the native Windows theme. This property is no longer supported.

See Also

UserLookAndFeel Class

UserLookAndFeel Members

DevExpress.LookAndFeel Namespace