C# 클래스 Zetbox.Client.WPF.CustomControls.ContentAdorner

상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ContentAdorner ( UIElement adornedElement ) : System
GetAdornerContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
HideWaitDialog ( FrameworkElement target ) : void
SetAdornerContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
ShowWaitDialog ( FrameworkElement target ) : void

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size

비공개 메소드들

메소드 설명
ApplyContentAdorner ( FrameworkElement target ) : void
GetRealAdornerLayer ( FrameworkElement target ) : AdornerLayer
OnAdornerContentTemplatePropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnAdornerTargetLoaded ( object sender, RoutedEventArgs e ) : void
RemoveContentAdorner ( FrameworkElement target ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

ContentAdorner() 공개 메소드

public ContentAdorner ( UIElement adornedElement ) : System
adornedElement UIElement
리턴 System

GetAdornerContentTemplate() 공개 정적인 메소드

public static GetAdornerContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
element System.Windows.DependencyObject
리턴 System.Windows.DataTemplate

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

HideWaitDialog() 공개 정적인 메소드

public static HideWaitDialog ( FrameworkElement target ) : void
target System.Windows.FrameworkElement
리턴 void

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

SetAdornerContentTemplate() 공개 정적인 메소드

public static SetAdornerContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
element System.Windows.DependencyObject
value System.Windows.DataTemplate
리턴 void

ShowWaitDialog() 공개 정적인 메소드

public static ShowWaitDialog ( FrameworkElement target ) : void
target System.Windows.FrameworkElement
리턴 void

프로퍼티 상세

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

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