Skip to main content
All docs
V23.2

DXFontData.FilePath Property

Returns the path to the font file (if the font is loaded from a file).

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public string FilePath { get; }

Property Value

Type Description
String

The path to the font file. Null (Nothing in Visual Basic) if the font is loaded from a stream or byte array.

See Also