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

SvgFileDataAdapter.FileUri Property

Gets or sets a Uri that defines the location of a vector data file.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public Uri FileUri { get; set; }

Property Value

Type Description
Uri

A Uri object that contains a vector data file URI.

See Also