C# Class MALClient.Shared.UserControls.AttachedProperties.AnimeImageExtensions

Inheritance: Windows.UI.Xaml.DependencyObject
Mostra file Open project: Mordonus/MALClient

Public Properties

Property Type Description
ForceStandardImageProperty Windows.UI.Xaml.DependencyProperty
MalBaseImageSourceProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetForceStandardImage ( DependencyObject element ) : bool
GetMalBaseImageSource ( UIElement element ) : string
SetForceStandardImage ( DependencyObject element, bool value ) : void
SetMalBaseImageSource ( UIElement element, string value ) : void

Private Methods

Method Description
PropertyChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetForceStandardImage() public static method

public static GetForceStandardImage ( DependencyObject element ) : bool
element Windows.UI.Xaml.DependencyObject
return bool

GetMalBaseImageSource() public static method

public static GetMalBaseImageSource ( UIElement element ) : string
element Windows.UI.Xaml.UIElement
return string

SetForceStandardImage() public static method

public static SetForceStandardImage ( DependencyObject element, bool value ) : void
element Windows.UI.Xaml.DependencyObject
value bool
return void

SetMalBaseImageSource() public static method

public static SetMalBaseImageSource ( UIElement element, string value ) : void
element Windows.UI.Xaml.UIElement
value string
return void

Property Details

ForceStandardImageProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ForceStandardImageProperty
return Windows.UI.Xaml.DependencyProperty

MalBaseImageSourceProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MalBaseImageSourceProperty
return Windows.UI.Xaml.DependencyProperty