BackgroundProperties.ShadeToTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shade to Title
Represents the following attribute in the schema: shadeToTitle
[DocumentFormat.OpenXml.SchemaAttr(0, "shadeToTitle")]
public DocumentFormat.OpenXml.BooleanValue ShadeToTitle { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShadeToTitle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "shadeToTitle")]
public DocumentFormat.OpenXml.BooleanValue? ShadeToTitle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("shadeToTitle")]
public DocumentFormat.OpenXml.BooleanValue? ShadeToTitle { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShadeToTitle { get; set; }
member this.ShadeToTitle : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "shadeToTitle")>]
member this.ShadeToTitle : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("shadeToTitle")>]
member this.ShadeToTitle : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShadeToTitle As BooleanValue
Property Value
Returns BooleanValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether the background of the slide is of a shade to title type. This type of gradient fill is on the slide background and changes based on the placement of the slide title placeholder. An example is shown below.
94f6506b-cf9a-4784-ba22-d61e377f09db
The possible values for this attribute are defined by the XML Schema boolean
datatype.