Skip to main content
All docs
V25.2
  • SlideMaster.OtherTextStyle Property

    Gets or sets the text style for text elements except for the body text and title text of the slide master.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextStyle OtherTextStyle { get; set; }

    Property Value

    Type Description
    TextStyle

    The text style for other text elements.

    See Also