C# 클래스 MALClient.Shared.UserControls.AttachedProperties.AnimeImageExtensions

상속: Windows.UI.Xaml.DependencyObject
파일 보기 프로젝트 열기: Mordonus/MALClient

공개 프로퍼티들

프로퍼티 타입 설명
ForceStandardImageProperty Windows.UI.Xaml.DependencyProperty
MalBaseImageSourceProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetForceStandardImage ( DependencyObject element ) : bool
GetMalBaseImageSource ( UIElement element ) : string
SetForceStandardImage ( DependencyObject element, bool value ) : void
SetMalBaseImageSource ( UIElement element, string value ) : void

비공개 메소드들

메소드 설명
PropertyChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetForceStandardImage() 공개 정적인 메소드

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

GetMalBaseImageSource() 공개 정적인 메소드

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

SetForceStandardImage() 공개 정적인 메소드

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

SetMalBaseImageSource() 공개 정적인 메소드

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

프로퍼티 상세

ForceStandardImageProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml ForceStandardImageProperty
리턴 Windows.UI.Xaml.DependencyProperty

MalBaseImageSourceProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml MalBaseImageSourceProperty
리턴 Windows.UI.Xaml.DependencyProperty