Click or drag to resize

CommonNavigationResourcesSetSelectedColor Method (Color, Color)

Sets the colors for ZoomPanelNavigator that are used when mouse is over the buttons.

Namespace:  Ab2d.Common.ZoomPanel
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void SetSelectedColor(
	Color selectedFillColor,
	Color selectedContentColor
)

Parameters

selectedFillColor
Type: System.Windows.MediaColor
selected fill color
selectedContentColor
Type: System.Windows.MediaColor
selected content color
See Also