Skip to main content

ShapeTitleOptions.VisibleProperty Field

OBSOLETE

The ShapeTitleOptions.Visible property is obsolete now. Use the VisibilityMode property instead.

Identifies the ShapeTitleOptions.Visible dependency property.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

[Obsolete("The ShapeTitleOptions.Visible property is obsolete now. Use the ShapeTitleOptions.VisibilityMode property instead.")]
[Browsable(false)]
public static readonly DependencyProperty VisibleProperty

Field Value

Type Description
DependencyProperty

A dependency property identifier.

See Also