Click or drag to resize

CommonNavigationResourcesSetMainColors Method

Sets all colors of the ZoomPanelNavigator.

Namespace:  Ab2d.Common.ZoomPanel
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void SetMainColors(
	Color lightColor,
	Color darkColor,
	Color selectedColor,
	Color selectedContentColor
)

Parameters

lightColor
Type: System.Windows.MediaColor
light color
darkColor
Type: System.Windows.MediaColor
dark color
selectedColor
Type: System.Windows.MediaColor
selected content color
selectedContentColor
Type: System.Windows.MediaColor
selected content color
See Also