CommonTimeNode.PresetBounceEnd Property

presetBounceEnd, this property is only available in Office2010.Represents the attribte in schema: p14:presetBounceEnd

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "presetBounceEnd")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property PresetBounceEnd As Int32Value
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As Int32Value

value = instance.PresetBounceEnd

instance.PresetBounceEnd = value
[SchemaAttrAttribute(, "presetBounceEnd")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Int32Value PresetBounceEnd { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace