Skip to main content

MapCustomElement.Content Property

Gets or sets the custom element’s content. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

A Object value that is the custom element’s content.

See Also