Class MultiScaleSubImage
Inheritance
System.Object
MultiScaleSubImage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class MultiScaleSubImage : DependencyObject
Constructors
|
Improve this Doc
View Source
MultiScaleSubImage()
Declaration
[NotImplemented]
public MultiScaleSubImage()
Fields
|
Improve this Doc
View Source
AspectRatioProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty AspectRatioProperty
Field Value
|
Improve this Doc
View Source
IdProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty IdProperty
Field Value
|
Improve this Doc
View Source
OpacityProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty OpacityProperty
Field Value
|
Improve this Doc
View Source
OriginalPixelHeightProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty OriginalPixelHeightProperty
Field Value
|
Improve this Doc
View Source
OriginalPixelWidthProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty OriginalPixelWidthProperty
Field Value
|
Improve this Doc
View Source
ViewportOriginProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ViewportOriginProperty
Field Value
|
Improve this Doc
View Source
ViewportWidthProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ViewportWidthProperty
Field Value
|
Improve this Doc
View Source
ZIndexProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ZIndexProperty
Field Value
Properties
|
Improve this Doc
View Source
AspectRatio
Declaration
[NotImplemented]
public double AspectRatio { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Id
Declaration
[NotImplemented]
public int Id { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Opacity
Declaration
[NotImplemented]
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
OriginalPixelHeight
Declaration
[NotImplemented]
public int OriginalPixelHeight { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OriginalPixelWidth
Declaration
[NotImplemented]
public int OriginalPixelWidth { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ViewportOrigin
Declaration
[NotImplemented]
public Point ViewportOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
ViewportWidth
Declaration
[NotImplemented]
public double ViewportWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ZIndex
Declaration
[NotImplemented]
public int ZIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods