ASP.NET AJAX Control Toolkit Demos v20.1.0.0

Ajax Control Toolkit
Seadragon control with default properties
Seadragon with a scalable overlay and a regular control
Seadragon Description
The SeaDragon control can be used for viewing images in an interactive manner. Use the mouse to pan and zoom around an image.
Seadragon Properties
Properties
  • AlwaysBlend - Determines whether or not tiles should always blend in and out, not just when they're first loaded. Default is false
  • AnimationTime - The amount of time in seconds during which animations should last. Default is 1.5
  • AutoHideControls - Determines whether or not controls should be automatically hidden when the user mover the mouse away from the viewer and the image has stopped animating. Default is true
  • BlendTime - The amount of time in seconds when new tiles' blend changes from transparent to opaque. Default is 0.5
  • clickDistThreshold - The maximum number of pixels the mouse can move between a mousedown and mouseup for an action to be considered as a quick click. Default is 5
  • ClickTimeThreshold - The maximum number of milliseconds that can pass between a mousedown and mouseup for an action to be considered as a quick click. Default is 200
  • Controls - A collection of controls
  • ControlsCollection - A collection of SeaDragon controls
  • ImageLoaderLimit - The maximum number of concurrent image downloads that can be performed by each viewer. Default is 2
  • ImmediateRender - Determines whether or not the most appropriate tiles should always be rendered before any low-resolution tiles are rendered. The sharpening effect is lost, and instead a visible tiling effect occurs. Default is false
  • MaxImageCacheCount - Maximum number of cached images
  • MaxZoomPixelRatio - Maximum pixel ratio (screen pixel to content pixel) that can be obtained by zooming in. Default is 4
  • MinPixelRatio - Minimum pixel ratio
  • MinZoomDimension - Minimum size (in screen pixels) of any dimension that can be obtained by zooming out. Default is 16
  • MouseNavEnabled - Determines whether or not mouse navigation is enabled
  • OnClientAnimation - The name of a JavaScript function executed on animation on the client side
  • OnClientAnimationEnd - The name of a JavaScript function executed on the client side when animation ends
  • OnClientAnimationStart - The name of a JavaScript function executed on the client side when animation starts
  • OnClientError - The name of a JavaScript function executed on the client side when the error event occurs
  • OnClientIgnore - The name of a JavaScript function executed on the client side when the ignore event occurs
  • OnClientOpen - The name of a JavaScript function executed on the client side after an image is opened
  • OnClientResize - The name of a JavaScript function executed on the client side when an image is resized
  • OverlaysCollection - A collection of overlays
  • ShowNavigationControl - Determines whether or not navigation buttons should be shown
  • SourceUrl - A path for all UI images. It can be absolute or relative. If it is relative, it must be relative to an HTML page. This value change will affect only new viewers. Default is img
  • SpringStiffness - Determines how sharply springs used for animation move. Default is 5.0
  • VisibilityRatio - The minimum portion of the viewport that must show visible content in both dimensions. Default is 0.1
  • WrapHorizontal - Determines whether or not the control uses horizontal wrapping
  • WrapVertical - Determines whether or not the control uses vertical wrapping
  • ZoomPerClick - The factor by which images should zoom in on being clicked. Default is 2
  • ZoomPerSecond - The factor by which images should zoom in each second the zoom buttons are held down. Default is 2
Copyright © 2012-2024 CodePlex Foundation. All Rights Reserved.