C# 클래스 csCommon.LayerExtensions

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

프로퍼티 타입 설명
ParentProperty System.Windows.DependencyProperty
StoredProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetParent ( UIElement element ) : string
GetStored ( UIElement element ) : StoredLayer
SetParent ( UIElement element, Layer value ) : void
SetStored ( UIElement element, StoredLayer value ) : void

메소드 상세

GetParent() 공개 정적인 메소드

public static GetParent ( UIElement element ) : string
element System.Windows.UIElement
리턴 string

GetStored() 공개 정적인 메소드

public static GetStored ( UIElement element ) : StoredLayer
element System.Windows.UIElement
리턴 StoredLayer

SetParent() 공개 정적인 메소드

public static SetParent ( UIElement element, Layer value ) : void
element System.Windows.UIElement
value Layer
리턴 void

SetStored() 공개 정적인 메소드

public static SetStored ( UIElement element, StoredLayer value ) : void
element System.Windows.UIElement
value StoredLayer
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows ParentProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows StoredProperty
리턴 System.Windows.DependencyProperty