MapShapeBase.Title Property
In This Article
Returns the title of the map shape.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
[Browsable(false)]
[NonTestableProperty]
public ShapeTitle Title { get; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
#Remarks
For internal use only.
See Also