AnimateScale.BounceEnd Property

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

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

Syntax

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

value = instance.BounceEnd

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

AnimateScale Class

AnimateScale Members

DocumentFormat.OpenXml.Presentation Namespace