Property Visible
Visible
Gets or sets whether the popover is visible. Use this instead of a separate IsOpen property.
bool Visible { get; set; }
Property Value
Remarks
When set to true, the popover should be shown. When set to false, the popover should be hidden.
Subscribe to VisibleChanging (cancellable) and VisibleChanged for popover visibility change notifications.