Transition.AdvanceOnClick 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.
Specifies whether a mouse click will advance the slide.
Represents the following attribute in the schema: advClick
[DocumentFormat.OpenXml.SchemaAttr(0, "advClick")]
public DocumentFormat.OpenXml.BooleanValue AdvanceOnClick { get; set; }
public DocumentFormat.OpenXml.BooleanValue AdvanceOnClick { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "advClick")]
public DocumentFormat.OpenXml.BooleanValue? AdvanceOnClick { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("advClick")]
public DocumentFormat.OpenXml.BooleanValue? AdvanceOnClick { get; set; }
public DocumentFormat.OpenXml.BooleanValue? AdvanceOnClick { get; set; }
member this.AdvanceOnClick : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "advClick")>]
member this.AdvanceOnClick : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("advClick")>]
member this.AdvanceOnClick : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property AdvanceOnClick As BooleanValue
Property Value
Returns BooleanValue.
- Attributes