C# 클래스 Gu.Wpf.Adorners.Overlay

파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.Adorners

공개 프로퍼티들

프로퍼티 타입 설명
ContentPresenterStyleProperty System.Windows.DependencyProperty
ContentProperty System.Windows.DependencyProperty
ContentTemplateProperty System.Windows.DependencyProperty
ContentTemplateSelectorProperty System.Windows.DependencyProperty
IsShowingProperty System.Windows.DependencyProperty
IsVisibleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetIsVisible ( DependencyObject element ) : bool?
SetContent ( DependencyObject element, object value ) : void
SetContentPresenterStyle ( DependencyObject element, System.Windows.Style value ) : void
SetContentTemplate ( DependencyObject element, System.Windows.DataTemplate value ) : void
SetContentTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
SetIsVisible ( DependencyObject element, bool value ) : void

비공개 메소드들

메소드 설명
GetAdorner ( this element ) : ContentAdorner
GetContent ( DependencyObject element ) : object
GetContentPresenterStyle ( DependencyObject element ) : System.Windows.Style
GetContentTemplate ( DependencyObject element ) : System.Windows.DataTemplate
GetContentTemplateSelector ( DependencyObject element ) : System.Windows.Controls.DataTemplateSelector
GetIsShowing ( this element ) : bool
OnAdornerChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentPresenterStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContentTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsShowingChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsVisibleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsVisibleChanged ( object sender, RoutedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnSizeChanged ( object sender, RoutedEventArgs e ) : void
OnUnLoaded ( object sender, RoutedEventArgs e ) : void
Overlay ( ) : System.Windows
SetAdorner ( this element, ContentAdorner value ) : void
SetIfNotNull ( DependencyObject source, DependencyProperty sourceProperty, ContentAdorner adorner, DependencyProperty adornerProperty ) : void
SetIsShowing ( this element, bool value ) : void
UpdateIsShowing ( DependencyObject element ) : void

메소드 상세

GetIsVisible() 공개 정적인 메소드

public static GetIsVisible ( DependencyObject element ) : bool?
element System.Windows.DependencyObject
리턴 bool?

SetContent() 공개 정적인 메소드

public static SetContent ( DependencyObject element, object value ) : void
element System.Windows.DependencyObject
value object
리턴 void

SetContentPresenterStyle() 공개 정적인 메소드

public static SetContentPresenterStyle ( DependencyObject element, System.Windows.Style value ) : void
element System.Windows.DependencyObject
value System.Windows.Style
리턴 void

SetContentTemplate() 공개 정적인 메소드

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

SetContentTemplateSelector() 공개 정적인 메소드

public static SetContentTemplateSelector ( DependencyObject element, System.Windows.Controls.DataTemplateSelector value ) : void
element System.Windows.DependencyObject
value System.Windows.Controls.DataTemplateSelector
리턴 void

SetIsVisible() 공개 정적인 메소드

public static SetIsVisible ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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