UIElement.VisibilityProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the Visibility dependency property.
public:
static property DependencyProperty ^ VisibilityProperty { DependencyProperty ^ get(); };
static DependencyProperty VisibilityProperty();
public static DependencyProperty VisibilityProperty { get; }
var dependencyProperty = UIElement.visibilityProperty;
Public Shared ReadOnly Property VisibilityProperty As DependencyProperty
Property Value
The identifier for the Visibility dependency property.