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

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

Declaration

public bool RenderShapeOnLoad { get; set; }

Property Value

Type Description
Boolean

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

See Also