DXStringFormat.CreateGenericTypographic() Method
In This Article
Creates a generic typographic DXStringFormat
object.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public static DXStringFormat CreateGenericTypographic()
#Returns
Type | Description |
---|---|
DXString |
An object with generic typographic settings. |
#Remarks
The returned DXStringFormat
object has the following property values:
Property | Initial Value |
---|---|
Format |
Line |
Alignment | Near |
Line |
Near |
Trimming | None |
Hotkey |
None |
See Also