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

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public bool ShadeToTitle { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also