Back to Devexpress

ShapeTitleOptions.VisibilityMode Property

wpf-devexpress-dot-xpf-dot-map-dot-shapetitleoptions.md

latest1.7 KB
Original Source

ShapeTitleOptions.VisibilityMode Property

Gets or sets the visibility mode of the shape title.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public VisibilityMode VisibilityMode { get; set; }
vb
Public Property VisibilityMode As VisibilityMode

Property Value

TypeDescription
VisibilityMode

The VisibilityMode enumeration value, specifying visibility of the shape title.

|

Available values:

NameDescription
Visible

Element is visible.

| | Hidden |

Element is hidden.

| | Auto |

Element visibility is determined automatically.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to VisibilityMode
MapShapeBase

.TitleOptions .VisibilityMode

| | VectorLayer |

.ShapeTitleOptions .VisibilityMode

|

See Also

ShapeTitleOptions Class

ShapeTitleOptions Members

DevExpress.Xpf.Map Namespace