Transition.AdvanceOnClick Property

Definition

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

Applies to