VisualElement.IsVisibleCore Property

Definition

This value represents the cumulative IsVisible value. All types that override this property need to also invoke the RefreshIsVisibleProperty() method if the value will change.

protected:
 property bool IsVisibleCore { bool get(); };
protected bool IsVisibleCore { get; }
member this.IsVisibleCore : bool
Protected ReadOnly Property IsVisibleCore As Boolean

Property Value

Applies to