Skip to main content
All docs
V25.2
  • ShapeStyle.FontStyle Property

    Gets or sets the font scheme style for shape text.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public FontSchemeStyle FontStyle { get; set; }

    Property Value

    Type Description
    FontSchemeStyle

    A FontSchemeStyle enumeration value that specifies whether to use the major or minor font from the theme font scheme.

    Available values:

    Name Description
    None

    Does not apply any font from the theme font scheme.

    Minor

    Applies the minor font from the theme font scheme.

    Major

    Applies the major font from the theme font scheme.

    See Also