Back to Devexpress

AppearanceObject.GetFont(FontStyle) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-getfont-x28-system-dot-drawing-dot-fontstyle-x29.md

latest1.4 KB
Original Source

AppearanceObject.GetFont(FontStyle) Method

This member supports the infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Font GetFont(
    FontStyle fontStyleDelta
)
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function GetFont(
    fontStyleDelta As FontStyle
) As Font

Parameters

NameTypeDescription
fontStyleDeltaFontStyle

|

Returns

TypeDescription
Font

|

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace