Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXStringFormat.CreateGenericTypographic() Method

Creates a generic typographic DXStringFormat object.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public static DXStringFormat CreateGenericTypographic()

Returns

Type Description
DXStringFormat

An object with generic typographic settings.

Remarks

The returned DXStringFormat object has the following property values:

Property Initial Value
FormatFlags LineLimit, NoClip
Alignment Near
LineAlignment Near
Trimming None
HotkeyPrefix None
See Also