Skip to main content
All docs
V25.2
  • TextProperties.KerningThreshold Property

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    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