MultiScaleSubImage Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The MultiScaleSubImage type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone AspectRatio Gets the aspect ratio of the image used as the source of the MultiScaleSubImage. The aspect ratio is the width of the image divided by its height.
Public propertySupported by Silverlight for Windows Phone Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property Id Gets the Id of the image used as the source of the MultiScaleSubImage.
Public propertySupported by Silverlight for Windows Phone Opacity Gets or sets the degree of the MultiScaleSubImage opacity.
Public property OriginalPixelHeight Gets the original height of the image to be displayed.
Public property OriginalPixelWidth Gets the original width of the image to be displayed.
Public propertySupported by Silverlight for Windows Phone ViewportOrigin Gets or sets the top-left corner of the area of the image to be displayed.
Public propertySupported by Silverlight for Windows Phone ViewportWidth Gets or sets the width of the area of the image displayed.
Public propertySupported by Silverlight for Windows Phone ZIndex Gets or sets a value that represents the z-order rendering behavior of the MultiScaleSubImage. Z-order determines the relative rendering order of objects (which object is on top of which other objects).

Top