Skip to main content
All docs
V26.1
  • TextProperties.KerningThreshold Property

    Gets or sets the minimum font size for which the kerning is adjusted automatically.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public float? KerningThreshold { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The target font size (from 0 to 3276) or null (Nothing in Visual Basic) for a mixture of values.

    See Also