Back to Devexpress

AppearanceObject.GetFontHeight(GraphicsCache) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-getfontheight-x28-devexpress-dot-utils-dot-drawing-dot-graphicscache-x29.md

latest1.4 KB
Original Source

AppearanceObject.GetFontHeight(GraphicsCache) Method

Returns the font height.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public int GetFontHeight(
    GraphicsCache cache
)
vb
Public Function GetFontHeight(
    cache As GraphicsCache
) As Integer

Parameters

NameTypeDescription
cacheGraphicsCache

A GraphicsCache object that stores graphics and font settings.

|

Returns

TypeDescription
Int32

An Int32 value that is the font height.

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace