Skip to main content
All docs
V26.1
  • TextParagraphProperties.DefaultTabSize Property

    Gets or sets the default tab stop distance for the paragraph (in the Document measurement units. 1 Document unit equals 1/300 of an inch).

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public float? DefaultTabSize { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The default tab stop distance for the paragraph.

    See Also