Table of Contents

Class ImageControl

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class ImageControl : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
ImageControl
Implements
Inherited Members

Fields

FailedImageProperty

public static readonly DependencyProperty FailedImageProperty

Field Value

DependencyProperty

ImageHeightProperty

public static readonly DependencyProperty ImageHeightProperty

Field Value

DependencyProperty

ImageProperty

public static readonly DependencyProperty ImageProperty

Field Value

DependencyProperty

ImageWidthProperty

public static readonly DependencyProperty ImageWidthProperty

Field Value

DependencyProperty

IsLoadingProperty

public static readonly DependencyProperty IsLoadingProperty

Field Value

DependencyProperty

LoadingImageProperty

public static readonly DependencyProperty LoadingImageProperty

Field Value

DependencyProperty

SurfaceProperty

public static readonly DependencyProperty SurfaceProperty

Field Value

DependencyProperty

TooltipHeightProperty

public static readonly DependencyProperty TooltipHeightProperty

Field Value

DependencyProperty

TooltipVisibilityProperty

public static readonly DependencyProperty TooltipVisibilityProperty

Field Value

DependencyProperty

TooltipWidthProperty

public static readonly DependencyProperty TooltipWidthProperty

Field Value

DependencyProperty

Properties

FailedImage

public ImageSource FailedImage { get; set; }

Property Value

ImageSource

FullImage

public bool FullImage { get; set; }

Property Value

bool

Image

public ImageDocument Image { get; set; }

Property Value

ImageDocument

ImageHeight

public double ImageHeight { get; set; }

Property Value

double

ImageWidth

public double ImageWidth { get; set; }

Property Value

double

IsLoading

public bool IsLoading { get; set; }

Property Value

bool

LoadingImage

public ImageSource LoadingImage { get; set; }

Property Value

ImageSource

Surface

public ISurface Surface { get; set; }

Property Value

ISurface

TooltipHeight

public double TooltipHeight { get; set; }

Property Value

double

TooltipVisibility

public Visibility TooltipVisibility { get; set; }

Property Value

Visibility

TooltipWidth

public double TooltipWidth { get; set; }

Property Value

double

Methods

GetBitmapAsync(ImageDocument)

public static Task<BitmapImage> GetBitmapAsync(ImageDocument self)

Parameters

self ImageDocument

Returns

Task<BitmapImage>

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()