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

VectorTileDataProviderBase.FontFolder Property

Gets or sets a path to a folder that contains fonts (.TTF files).

Namespace: DevExpress.Xpf.Map

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

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

Declaration

public string FontFolder { get; set; }

Property Value

Type Description
String

A path to a folder.

Remarks

Use the FontFolder property to specify a path to a folder with fonts that a custom style uses.

See Also