C# Class Grabacr07.KanColleViewer.Views.Behaviors.GridViewColumnVisibilityManager

Exibir arquivo Open project: KCV-Localisation/KanColleViewer

Public Properties

Property Type Description
IsVisibleProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsVisible ( DependencyObject obj ) : bool
SetIsVisible ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
OnIsVisibleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetIsVisible() public static method

public static GetIsVisible ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsVisible() public static method

public static SetIsVisible ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

IsVisibleProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsVisibleProperty
return System.Windows.DependencyProperty