FrameworkVisibilityManager

StockSharp.Xaml.Charting

Used to show or hide UIElements based on framework (WPF, Silverlight)

Inherits: FrameworkElement

Methods

GetVisibleIn
public static FrameworkVisibility GetVisibleIn(DependencyObject element)
result = FrameworkVisibilityManager.GetVisibleIn(element)

Gets the VisibleIn DependencyProperty, used to set which frameworks (WPF, Silverlight, All) an element is visible in

element
The element.
SetVisibleIn
public static void SetVisibleIn(DependencyObject element, FrameworkVisibility visibleIn)
FrameworkVisibilityManager.SetVisibleIn(element, visibleIn)

Sets the VisibleIn DependencyProperty, used to set which frameworks (WPF, Silverlight, All) an element is visible in

element
The element.
visibleIn
The FrameworkVisibility enum

Fields

VisibleInProperty
public static readonly DependencyProperty VisibleInProperty
value = FrameworkVisibilityManager.VisibleInProperty

Defines the VisibleIn DependencyProperty, used to set which frameworks (WPF, Silverlight, All) an element is visible in