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

    Specifies the baseline offset for superscript and subscript fonts. The value is a percentage of the font size (for example, 50% equals half the font size and 100% equals the full font size).

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public float? OffsetFromBaseline { get; set; }

    Property Value

    Type
    Nullable<Single>
    See Also