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
CacheOptionProperty
public static readonly DependencyProperty CacheOptionProperty
Field Value
CreateOptionsProperty
public static readonly DependencyProperty CreateOptionsProperty
Field Value
DecodePixelHeightProperty
public static readonly DependencyProperty DecodePixelHeightProperty
Field Value
DecodePixelWidthProperty
public static readonly DependencyProperty DecodePixelWidthProperty
Field Value
SourceProperty
public static readonly DependencyProperty SourceProperty
Field Value
StretchProperty
public static readonly DependencyProperty StretchProperty
Field Value
ToolsProperty
public static readonly DependencyProperty ToolsProperty
Field Value
UrlProperty
public static readonly DependencyProperty UrlProperty
Field Value
WarkmarkProperty
public static readonly DependencyProperty WarkmarkProperty
Field Value
Properties
BitmapData
public string BitmapData { get; set; }
Property Value
CacheOption
public BitmapCacheOption CacheOption { get; set; }
Property Value
CreateOptions
public BitmapCreateOptions CreateOptions { get; set; }
Property Value
DecodePixelHeight
public int DecodePixelHeight { get; set; }
Property Value
DecodePixelWidth
public int DecodePixelWidth { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Source
public ImageSource Source { get; set; }
Property Value
Stretch
public Stretch Stretch { get; set; }
Property Value
Tools
public ControlTemplate Tools { get; set; }
Property Value
ToolsKey
public static ComponentResourceKey ToolsKey { get; }
Property Value
Url
public string Url { get; set; }
Property Value
Warkmark
public ControlTemplate Warkmark { get; set; }
Property Value
Methods
Refresh()
public void Refresh()