Constructors
Section titled "Constructors"IgrZoomSlider
new IgrZoomSlider(props: IIgrZoomSliderProps): IgrZoomSlider Returns IgrZoomSlider
Properties
Section titled "Properties"actualPixelScalingRatio
Section titled "actualPixelScalingRatio"actualPixelScalingRatio: number areThumbCalloutsEnabled
Section titled "areThumbCalloutsEnabled"areThumbCalloutsEnabled: boolean barBrush
Section titled "barBrush"barBrush: string barExtent
Section titled "barExtent"barExtent: number barOutline
Section titled "barOutline"barOutline: string barStrokeThickness
Section titled "barStrokeThickness"barStrokeThickness: number endInset
Section titled "endInset"endInset: number height
Section titled "height"height: string higherCalloutBrush
Section titled "higherCalloutBrush"higherCalloutBrush: string higherCalloutOutline
Section titled "higherCalloutOutline"higherCalloutOutline: string higherCalloutStrokeThickness
Section titled "higherCalloutStrokeThickness"higherCalloutStrokeThickness: number higherCalloutTextColor
Section titled "higherCalloutTextColor"higherCalloutTextColor: string higherShadeBrush
Section titled "higherShadeBrush"higherShadeBrush: string higherShadeOutline
Section titled "higherShadeOutline"higherShadeOutline: string higherShadeStrokeThickness
Section titled "higherShadeStrokeThickness"higherShadeStrokeThickness: number higherThumbBrush
Section titled "higherThumbBrush"higherThumbBrush: string higherThumbHeight
Section titled "higherThumbHeight"higherThumbHeight: number higherThumbOutline
Section titled "higherThumbOutline"higherThumbOutline: string higherThumbRidgesBrush
Section titled "higherThumbRidgesBrush"higherThumbRidgesBrush: string higherThumbStrokeThickness
Section titled "higherThumbStrokeThickness"higherThumbStrokeThickness: number higherThumbWidth
Section titled "higherThumbWidth"higherThumbWidth: number lowerCalloutBrush
Section titled "lowerCalloutBrush"lowerCalloutBrush: string lowerCalloutOutline
Section titled "lowerCalloutOutline"lowerCalloutOutline: string lowerCalloutStrokeThickness
Section titled "lowerCalloutStrokeThickness"lowerCalloutStrokeThickness: number lowerCalloutTextColor
Section titled "lowerCalloutTextColor"lowerCalloutTextColor: string lowerShadeBrush
Section titled "lowerShadeBrush"lowerShadeBrush: string lowerShadeOutline
Section titled "lowerShadeOutline"lowerShadeOutline: string lowerShadeStrokeThickness
Section titled "lowerShadeStrokeThickness"lowerShadeStrokeThickness: number lowerThumbBrush
Section titled "lowerThumbBrush"lowerThumbBrush: string lowerThumbHeight
Section titled "lowerThumbHeight"lowerThumbHeight: number lowerThumbOutline
Section titled "lowerThumbOutline"lowerThumbOutline: string lowerThumbRidgesBrush
Section titled "lowerThumbRidgesBrush"lowerThumbRidgesBrush: string lowerThumbStrokeThickness
Section titled "lowerThumbStrokeThickness"lowerThumbStrokeThickness: number lowerThumbWidth
Section titled "lowerThumbWidth"lowerThumbWidth: number maxZoomWidth
Section titled "maxZoomWidth"maxZoomWidth: number minZoomWidth
Section titled "minZoomWidth"minZoomWidth: number orientation
Section titled "orientation"orientation: ZoomSliderOrientation panTransitionDuration
Section titled "panTransitionDuration"panTransitionDuration: number pixelScalingRatio
Section titled "pixelScalingRatio"pixelScalingRatio: number rangeThumbBrush
Section titled "rangeThumbBrush"rangeThumbBrush: string rangeThumbOutline
Section titled "rangeThumbOutline"rangeThumbOutline: string rangeThumbRidgesBrush
Section titled "rangeThumbRidgesBrush"rangeThumbRidgesBrush: string rangeThumbStrokeThickness
Section titled "rangeThumbStrokeThickness"rangeThumbStrokeThickness: number resolvingAxisValue
Section titled "resolvingAxisValue"resolvingAxisValue: object startInset
Section titled "startInset"startInset: number thumbCalloutTextStyle
Section titled "thumbCalloutTextStyle"thumbCalloutTextStyle: string trackEndInset
Section titled "trackEndInset"trackEndInset: number trackStartInset
Section titled "trackStartInset"trackStartInset: number width
Section titled "width"width: string windowRect
Section titled "windowRect"windowRect: IgRect windowRectChanged
Section titled "windowRectChanged"windowRectChanged: object Accessors
Section titled "Accessors"get i(): ZoomSlider Returns ZoomSlider
isCustomBarProvided
Section titled "isCustomBarProvided"get isCustomBarProvided(): boolean Returns boolean
isCustomRangeThumbProvided
Section titled "isCustomRangeThumbProvided"get isCustomRangeThumbProvided(): boolean Returns boolean
isCustomShadeProvided
Section titled "isCustomShadeProvided"get isCustomShadeProvided(): boolean Returns boolean
isCustomThumbProvided
Section titled "isCustomThumbProvided"get isCustomThumbProvided(): boolean Returns boolean
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
componentWillUnmount
Section titled "componentWillUnmount"componentWillUnmount(): void Returns void
destroy
Section titled "destroy"Release any resources held by the ZoomSlider.
destroy(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
flush
Section titled "flush"flush(): void Returns void
Hides the ZoomSlider.
hide(): void Returns void
initializeContent
Section titled "initializeContent"initializeContent(): void Returns void
onAttachedToUI
Section titled "onAttachedToUI"onAttachedToUI(): void Returns void
onDetachedFromUI
Section titled "onDetachedFromUI"onDetachedFromUI(): void Returns void
provideContainer
Section titled "provideContainer"Called by the UI framework to provide a UI container for rendering this control.
provideContainer(container: any): void Parameters
- container:
any- The UI container element.
Returns void
render
Section titled "render"render(): DetailedReactHTMLElement<object, any> Returns DetailedReactHTMLElement<object, any>
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
Shows the ZoomSlider.
show(): void Returns void
trackDirty
Section titled "trackDirty"trackDirty(): void Returns void
updateStyle
Section titled "updateStyle"updateStyle(): void