Show / Hide Table of Contents

Class MultiScaleSubImage

Inheritance
System.Object
DependencyObject
MultiScaleSubImage
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class MultiScaleSubImage : DependencyObject, IDependencyObject

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
Type Description
DependencyProperty
| Improve this Doc View Source

IdProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty IdProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

OpacityProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty OpacityProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

OriginalPixelHeightProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty OriginalPixelHeightProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

OriginalPixelWidthProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty OriginalPixelWidthProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ViewportOriginProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty ViewportOriginProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ViewportWidthProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty ViewportWidthProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ZIndexProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty ZIndexProperty
Field Value
Type Description
DependencyProperty

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
Type Description
Point
| 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

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source