Skip to main content

KmlReader.KmlFileStream Property

Specifies the stream containing the KML file.

Namespace: DevExpress.UI.Xaml.Map

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Stream KmlFileStream { get; protected set; }

#Property Value

Type Description
Stream

A Stream object that contains the KML file to be loaded.

See Also