Skip to main content
All docs
V25.1
  • CustomSlideBackground.ShadeToTitle Property

    Gets or sets whether the slide background is shaded to the title.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ShadeToTitle { get; set; }

    Property Value

    Type Description
    Boolean

    true to shade the slide background to the title; otherwise, false.

    See Also