Skip to main content
All docs
V25.1
  • DXStringFormat.CreateGenericTypographic() Method

    Creates a generic typographic DXStringFormat object.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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