Constructors
Section titled "Constructors"IgcZoomSliderComponent
new IgcZoomSliderComponent(): IgcZoomSliderComponent Returns IgcZoomSliderComponent
Properties
Section titled "Properties"htmlTagName
Section titled "htmlTagName"htmlTagName: string 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
observedAttributes
Section titled "observedAttributes"get observedAttributes(): string[] Returns string[]
Methods
Section titled "Methods"afterContentInit
Section titled "afterContentInit"afterContentInit(): void Returns void
attributeChangedCallback
Section titled "attributeChangedCallback"attributeChangedCallback(name: string, oldValue: string, newValue: string): void Parameters
- name:
string - oldValue:
string - newValue:
string
Returns void
connectedCallback
Section titled "connectedCallback"connectedCallback(): void Returns void
disconnectedCallback
Section titled "disconnectedCallback"disconnectedCallback(): 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
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
Shows the ZoomSlider.
show(): void Returns void
trackDirty
Section titled "trackDirty"trackDirty(): void Returns void
updateStyle
Section titled "updateStyle"updateStyle(): void Returns void
register
Section titled "register"register(): void