Back to Devexpress

NotFoundFontEventArgs.ActualFont Property

corelibraries-devexpress-dot-drawing-dot-notfoundfonteventargs-72de5966.md

latest1.2 KB
Original Source

NotFoundFontEventArgs.ActualFont Property

Gets the name of the font that is available in the current hosting environment as a substitute for the missing font.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public string ActualFont { get; }
vb
Public ReadOnly Property ActualFont As String

Property Value

TypeDescription
String

A String that specifies the font name.

|

See Also

NotFoundFontEventArgs Class

NotFoundFontEventArgs Members

DevExpress.Drawing Namespace