Skip to main content
Bar

BarAndDockingControllerLookAndFeel Properties

Contains look and feel settings for the controls/components that are managed by a BarAndDockingController.
Name Description
ActiveLookAndFeel Gets the actual UserLookAndFeel object currently applied. Inherited from UserLookAndFeel.
ActiveSkinName Gets the name of the currently applied skin. Inherited from UserLookAndFeel.
ActiveStyle Gets the style currently applied. Inherited from UserLookAndFeel.
ActiveSvgPaletteName Returns the name of the currently applied swatch. Inherited from UserLookAndFeel.
ColorScheme Gets or sets the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel.
CompactUIMode This method supports internal infrastructure and is not intended for use in code. Inherited from UserLookAndFeel.
CompactUIModeForced Returns 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). Inherited from UserLookAndFeel.
Default static Gets the Default LookAndFeel object to use for controls when the UserLookAndFeel.UseDefaultLookAndFeel property is set to true. Inherited from UserLookAndFeel.
FormTouchScaleFactor Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled.
FormTouchUIMode Gets or sets whether the touch UI mode is enabled for the controls managed by the current BarAndDockingController.
IsColorized Gets whether the UserLookAndFeel.SkinMaskColor or UserLookAndFeel.SkinMaskColor2 property is specified for the current UserLookAndFeel object. Inherited from UserLookAndFeel.
IsLookAndFeelHierarchyRoot This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from UserLookAndFeel.
OwnerControl Gets the control that owns the current UserLookAndFeel object. Inherited from UserLookAndFeel.
Painter Gets the painter based on the style currently applied for drawing control’s elements. Inherited from UserLookAndFeel.
ParentLookAndFeel Gets or sets the parent LookAndFeel. Inherited from UserLookAndFeel.
SkinMaskColor Gets or sets a custom hue applied to some skin elements. Inherited from UserLookAndFeel.
SkinMaskColor2 Gets or sets the second custom hue, typically applied to some skin elements when they are highlighted/hovered. Inherited from UserLookAndFeel.
SkinName Gets or sets the name of a skin style. Inherited from UserLookAndFeel.
Style Gets or sets the style of the current UserLookAndFeel object. Inherited from UserLookAndFeel.
TouchUIParent This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from UserLookAndFeel.
UseDefaultLookAndFeel Gets or sets whether the current object’s settings are in effect. Inherited from UserLookAndFeel.
UseWindows7Border Gets 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. Inherited from UserLookAndFeel.
UseWindowsXPTheme Gets or sets whether controls should be painted using the native Windows theme. Inherited from UserLookAndFeel.
See Also