Skip to main content

ToolTipInfo.Visibility Property

Gets the current visible state of the map tooltip.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Visibility Visibility { get; }

Property Value

Type Description
Windows.UI.Xaml.Visibility

A Visibility enumeration value specifying the visible state of the map tooltip.

See Also