C# 클래스 SquaresComposition.Attached.Effects

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

공개 프로퍼티들

프로퍼티 타입 설명
EffectCompositionProperty Windows.UI.Xaml.DependencyProperty
SquaresProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetEffectComposition ( UIElement element ) : DependencyObject
GetSquares ( UIElement element ) : bool
SetEffectComposition ( UIElement element, DependencyObject value ) : void
SetSquares ( UIElement element, bool value ) : void

비공개 메소드들

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

메소드 상세

GetEffectComposition() 공개 정적인 메소드

public static GetEffectComposition ( UIElement element ) : DependencyObject
element Windows.UI.Xaml.UIElement
리턴 Windows.UI.Xaml.DependencyObject

GetSquares() 공개 정적인 메소드

public static GetSquares ( UIElement element ) : bool
element Windows.UI.Xaml.UIElement
리턴 bool

SetEffectComposition() 공개 정적인 메소드

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

SetSquares() 공개 정적인 메소드

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

프로퍼티 상세

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

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

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

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