Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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