Table of Contents

Class ImageControl

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class ImageControl : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
ImageControl
Implements
Inherited Members
Extension Methods

Constructors

ImageControl()

public ImageControl()

Fields

BitmapDataProperty

public static readonly DependencyProperty BitmapDataProperty

Field Value

DependencyProperty

CacheOptionProperty

public static readonly DependencyProperty CacheOptionProperty

Field Value

DependencyProperty

CreateOptionsProperty

public static readonly DependencyProperty CreateOptionsProperty

Field Value

DependencyProperty

DecodePixelHeightProperty

public static readonly DependencyProperty DecodePixelHeightProperty

Field Value

DependencyProperty

DecodePixelWidthProperty

public static readonly DependencyProperty DecodePixelWidthProperty

Field Value

DependencyProperty

SourceProperty

public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

StretchProperty

public static readonly DependencyProperty StretchProperty

Field Value

DependencyProperty

ToolsProperty

public static readonly DependencyProperty ToolsProperty

Field Value

DependencyProperty

UrlProperty

public static readonly DependencyProperty UrlProperty

Field Value

DependencyProperty

WarkmarkProperty

public static readonly DependencyProperty WarkmarkProperty

Field Value

DependencyProperty

Properties

BitmapData

public string BitmapData { get; set; }

Property Value

string

CacheOption

public BitmapCacheOption CacheOption { get; set; }

Property Value

BitmapCacheOption

CreateOptions

public BitmapCreateOptions CreateOptions { get; set; }

Property Value

BitmapCreateOptions

DecodePixelHeight

public int DecodePixelHeight { get; set; }

Property Value

int

DecodePixelWidth

public int DecodePixelWidth { get; set; }

Property Value

int

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Source

public ImageSource Source { get; set; }

Property Value

ImageSource

Stretch

public Stretch Stretch { get; set; }

Property Value

Stretch

Tools

public ControlTemplate Tools { get; set; }

Property Value

ControlTemplate

ToolsKey

public static ComponentResourceKey ToolsKey { get; }

Property Value

ComponentResourceKey

Url

public string Url { get; set; }

Property Value

string

Warkmark

public ControlTemplate Warkmark { get; set; }

Property Value

ControlTemplate

Methods

Refresh()

public void Refresh()