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

    Creates a generic typographic DXStringFormat object.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    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