ChartClientSettingsZoomRectangleColor Property |
Gets or sets a value indicating the color of the zoom rectangle.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Color ZoomRectangleColor { get; set; }
Public Property ZoomRectangleColor As Color
Get
Set
public:
property Color ZoomRectangleColor {
Color get ();
void set (Color value);
}
member ZoomRectangleColor : Color with get, set
Property Value
Type:
Color
See Also