FrameworkVisibilityManager
StockSharp.Xaml.Charting
Used to show or hide UIElements based on framework (WPF, Silverlight)
Наследует: FrameworkElement
Методы
GetVisibleIn(DependencyObject) : FrameworkVisibility
Gets the VisibleIn DependencyProperty, used to set which frameworks (WPF, Silverlight, All) an element is visible in
- element
- The element.
SetVisibleIn(DependencyObject, FrameworkVisibility)
Sets the VisibleIn DependencyProperty, used to set which frameworks (WPF, Silverlight, All) an element is visible in
- element
- The element.
- visibleIn
- The FrameworkVisibility enum
Поля
VisibleInProperty : DependencyProperty
Defines the VisibleIn DependencyProperty, used to set which frameworks (WPF, Silverlight, All) an element is visible in