C# Class csShared.ThirdParty.Loader

Exibir arquivo Open project: TNOCS/csTouch

Public Properties

Property Type Description
CacheHeightProperty System.Windows.DependencyProperty
DisplayErrorThumbnailOnErrorProperty System.Windows.DependencyProperty
DisplayOptionProperty System.Windows.DependencyProperty
DisplayWaitingAnimationDuringLoadingProperty System.Windows.DependencyProperty
ErrorDetectedProperty System.Windows.DependencyProperty
IsLoadingProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty
SourceTypeProperty System.Windows.DependencyProperty

Public Methods

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

Private Methods

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 ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetErrorDetected ( System.Windows.Controls.Image obj, bool value ) : void
SetIsLoading ( System.Windows.Controls.Image obj, bool value ) : void

Method Details

SetCacheHeight() public static method

public static SetCacheHeight ( System.Windows.Controls.Image obj, double value ) : void
obj System.Windows.Controls.Image
value double
return void

SetDisplayErrorThumbnailOnError() public static method

public static SetDisplayErrorThumbnailOnError ( System.Windows.Controls.Image obj, bool value ) : void
obj System.Windows.Controls.Image
value bool
return void

SetDisplayOption() public static method

public static SetDisplayOption ( System.Windows.Controls.Image obj, DisplayOptions value ) : void
obj System.Windows.Controls.Image
value DisplayOptions
return void

SetDisplayWaitingAnimationDuringLoading() public static method

public static SetDisplayWaitingAnimationDuringLoading ( System.Windows.Controls.Image obj, bool value ) : void
obj System.Windows.Controls.Image
value bool
return void

SetSource() public static method

public static SetSource ( System.Windows.Controls.Image obj, object value ) : void
obj System.Windows.Controls.Image
value object
return void

SetSourceType() public static method

public static SetSourceType ( System.Windows.Controls.Image obj, SourceType value ) : void
obj System.Windows.Controls.Image
value SourceType
return void

Property Details

CacheHeightProperty public_oe static_oe property

public static DependencyProperty,System.Windows CacheHeightProperty
return System.Windows.DependencyProperty

DisplayErrorThumbnailOnErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows DisplayErrorThumbnailOnErrorProperty
return System.Windows.DependencyProperty

DisplayOptionProperty public_oe static_oe property

public static DependencyProperty,System.Windows DisplayOptionProperty
return System.Windows.DependencyProperty

DisplayWaitingAnimationDuringLoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows DisplayWaitingAnimationDuringLoadingProperty
return System.Windows.DependencyProperty

ErrorDetectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorDetectedProperty
return System.Windows.DependencyProperty

IsLoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsLoadingProperty
return System.Windows.DependencyProperty

SourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows SourceProperty
return System.Windows.DependencyProperty

SourceTypeProperty public_oe static_oe property

public static DependencyProperty,System.Windows SourceTypeProperty
return System.Windows.DependencyProperty