Skip to main content

VectorFileLayer.RenderShapeOnLoad Property

Gets or sets a value indicating whether or not it is necessary to render shapes on map loading.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool RenderShapeOnLoad { get; set; }

Property Value

Type Description
Boolean

true, to render shapes on map loading; otherwise, false.

See Also