Hierarchy

Hierarchy

  • IIgrZoomSliderProps

Properties

actualPixelScalingRatio?: string | number
areThumbCalloutsEnabled?: string | boolean
barBrush?: string
barExtent?: string | number
barOutline?: string
barStrokeThickness?: string | number
children?: ReactNode
endInset?: string | number
height?: string
higherCalloutBrush?: string
higherCalloutOutline?: string
higherCalloutStrokeThickness?: string | number
higherCalloutTextColor?: string
higherShadeBrush?: string
higherShadeOutline?: string
higherShadeStrokeThickness?: string | number
higherThumbBrush?: string
higherThumbHeight?: string | number
higherThumbOutline?: string
higherThumbRidgesBrush?: string
higherThumbStrokeThickness?: string | number
higherThumbWidth?: string | number
lowerCalloutBrush?: string
lowerCalloutOutline?: string
lowerCalloutStrokeThickness?: string | number
lowerCalloutTextColor?: string
lowerShadeBrush?: string
lowerShadeOutline?: string
lowerShadeStrokeThickness?: string | number
lowerThumbBrush?: string
lowerThumbHeight?: string | number
lowerThumbOutline?: string
lowerThumbRidgesBrush?: string
lowerThumbStrokeThickness?: string | number
lowerThumbWidth?: string | number
maxZoomWidth?: string | number
minZoomWidth?: string | number
orientation?: string | ZoomSliderOrientation
panTransitionDuration?: string | number
pixelScalingRatio?: string | number

Gets or sets the scaling value used to affect the pixel density of the control. A higher scaling ratio will produce crisper visuals at the expense of memory. Lower values will cause the control to appear blurry.

rangeThumbBrush?: string
rangeThumbOutline?: string
rangeThumbRidgesBrush?: string
rangeThumbStrokeThickness?: string | number
resolvingAxisValue?: ((s, e) => void)

Type declaration

startInset?: string | number
thumbCalloutTextStyle?: string
trackEndInset?: string | number
trackStartInset?: string | number
width?: string
windowRect?: string | IgRect
windowRectChanged?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Occurs just after the current ZoomSlider's window rectangle is changed.

      Parameters

      Returns void