Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public TextStyle OtherTextStyle { get; set; }

    Property Value

    Type Description
    TextStyle

    An object that contains text style properties.

    See Also