Search
ZoomControl Properties
 


 Public Properties

  Name Description

activeColor

Gets or sets the color used to render depressed buttons.

autoPostBack

Gets or sets a value indicating whether the control will post back to the server when the control's value has changed.

backColor

Gets or sets the background color of the control.

borderColor

Gets or sets the color of ZoomControl elements' borders.

cornerRadius

Gets or sets the corner radius of rounded child elements.

element

Returns a reference to the control's DOM element. (Inherited from Control.)

enabled

Gets or sets whether mouse events are enabled.

fill

Gets or sets the color used to fill the ZoomControl elements.

innerColor

Gets or sets the color of plus, minus and arrow icons.

licenseLocation

Gets or sets the location of the license key file. (Inherited from Control.)

maxZoomFactor

Gets or sets the maximum zoom level allowed to set through this control.

measureUnit

Gets the unit of measure used for logical coordinates. (Inherited from CanvasControl.)

minZoomFactor

Gets or sets the minimum zoom level allowed to set through this control.

padding

Gets or sets the padding of the control's contents.

scrollStep

Gets or sets the scroll offset added when users click the pan arrows.

shadowColor

Gets or sets the color of the control elements' shadow.

showLabel

Gets or sets a value indicating whether the label that shows the current zoom level should be visible.

snapToZoomStep

Gets or sets a value indicating whether the trackbar should snap to zoomStep values when dragged.

target

Gets or sets the control modified by this ZoomControl.

textColor

Gets or sets the color of the the label that shows the current zoom level.

tickPosition

Gets or sets the current tick position of the trackbar.

zoomFactor

Gets or sets the zoom factor.

zoomStep

Gets or sets the amount by which to change zoom level when + and - buttons are clicked.

 See Also