Property | Type | Description | |
---|---|---|---|
CacheHeightProperty | |||
DisplayErrorThumbnailOnErrorProperty | |||
DisplayOptionProperty | |||
DisplayWaitingAnimationDuringLoadingProperty | |||
ErrorDetectedProperty | |||
IsLoadingProperty | |||
SourceProperty | |||
SourceTypeProperty |
Method | Description | |
---|---|---|
SetCacheHeight ( System.Windows.Controls.Image obj, double value ) : void | ||
SetDisplayErrorThumbnailOnError ( System.Windows.Controls.Image obj, bool value ) : void | ||
SetDisplayOption ( System.Windows.Controls.Image obj, DisplayOptions value ) : void | ||
SetDisplayWaitingAnimationDuringLoading ( System.Windows.Controls.Image obj, bool value ) : void | ||
SetSource ( System.Windows.Controls.Image obj, object value ) : void | ||
SetSourceType ( System.Windows.Controls.Image obj, SourceType value ) : void |
Method | Description | |
---|---|---|
GetCacheHeight ( System.Windows.Controls.Image obj ) : double | ||
GetDisplayErrorThumbnailOnError ( System.Windows.Controls.Image obj ) : bool | ||
GetDisplayOption ( System.Windows.Controls.Image obj ) : DisplayOptions | ||
GetDisplayWaitingAnimationDuringLoading ( System.Windows.Controls.Image obj ) : bool | ||
GetErrorDetected ( System.Windows.Controls.Image obj ) : bool | ||
GetIsLoading ( System.Windows.Controls.Image obj ) : bool | ||
GetSource ( System.Windows.Controls.Image obj ) : object | ||
GetSourceType ( System.Windows.Controls.Image obj ) : SourceType | ||
OnSourceChanged ( |
||
SetErrorDetected ( System.Windows.Controls.Image obj, bool value ) : void | ||
SetIsLoading ( System.Windows.Controls.Image obj, bool value ) : void |
public static SetCacheHeight ( System.Windows.Controls.Image obj, double value ) : void | ||
obj | System.Windows.Controls.Image | |
value | double | |
return | void |
public static SetDisplayErrorThumbnailOnError ( System.Windows.Controls.Image obj, bool value ) : void | ||
obj | System.Windows.Controls.Image | |
value | bool | |
return | void |
public static SetDisplayOption ( System.Windows.Controls.Image obj, DisplayOptions value ) : void | ||
obj | System.Windows.Controls.Image | |
value | DisplayOptions | |
return | void |
public static SetDisplayWaitingAnimationDuringLoading ( System.Windows.Controls.Image obj, bool value ) : void | ||
obj | System.Windows.Controls.Image | |
value | bool | |
return | void |
public static SetSource ( System.Windows.Controls.Image obj, object value ) : void | ||
obj | System.Windows.Controls.Image | |
value | object | |
return | void |
public static SetSourceType ( System.Windows.Controls.Image obj, SourceType value ) : void | ||
obj | System.Windows.Controls.Image | |
value | SourceType | |
return | void |
public static DependencyProperty,System.Windows CacheHeightProperty | ||
return |
public static DependencyProperty,System.Windows DisplayErrorThumbnailOnErrorProperty | ||
return |
public static DependencyProperty,System.Windows DisplayOptionProperty | ||
return |
public static DependencyProperty,System.Windows DisplayWaitingAnimationDuringLoadingProperty | ||
return |
public static DependencyProperty,System.Windows ErrorDetectedProperty | ||
return |
public static DependencyProperty,System.Windows IsLoadingProperty | ||
return |
public static DependencyProperty,System.Windows SourceProperty | ||
return |