Click or drag to resize

CommonNavigationResources Class

CommonNavigationResources class is a helper class to set custom colors for the ZoomPanelNavigator.
Inheritance Hierarchy
SystemObject
  Ab2d.Common.ZoomPanelCommonNavigationResources

Namespace:  Ab2d.Common.ZoomPanel
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public class CommonNavigationResources

The CommonNavigationResources type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Static instance of the CommonNavigationResources.
Top
Methods
  NameDescription
Public methodGetResourceColor
Gets the color value for the specified resource key.
Public methodSetMainColors
Sets all colors of the ZoomPanelNavigator.
Public methodSetResourceColor
Sets the color value for the specified resource key.
Public methodSetSelectedColor(Color, Color)
Sets the colors for ZoomPanelNavigator that are used when mouse is over the buttons.
Public methodSetSelectedColor(Color, Color, Double, Double)
Sets the colors for ZoomPanelNavigator that are used when mouse is over the buttons. It is possible to set the lighten and darken factors.
Top
Fields
  NameDescription
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_000
COMMON_COLOR_KEYS_Color_000
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_222
COMMON_COLOR_KEYS_Color_222
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_333
COMMON_COLOR_KEYS_Color_333
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_555
COMMON_COLOR_KEYS_Color_555
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_888
COMMON_COLOR_KEYS_Color_888
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_BBB
COMMON_COLOR_KEYS_Color_BBB
Public fieldStatic memberCOMMON_COLOR_KEYS_Color_FFF
COMMON_COLOR_KEYS_Color_FFF
Public fieldStatic memberCOMMON_COLOR_KEYS_DarkSelectedColor
COMMON_COLOR_KEYS_DarkSelectedColor
Public fieldStatic memberCOMMON_COLOR_KEYS_LightSelectedColor
COMMON_COLOR_KEYS_LightSelectedColor
Public fieldStatic memberCOMMON_COLOR_KEYS_SelectedColor
COMMON_COLOR_KEYS_SelectedColor
Public fieldStatic memberCOMMON_COLOR_KEYS_SelectedContentColor
COMMON_COLOR_KEYS_SelectedContentColor
Top
See Also