CommonTimeNode.Speed Property

Speed.Represents the attribte in schema: spd

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

Syntax

'Declaration
<SchemaAttrAttribute(, "spd")> _
Public Property Speed As Int32Value
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As Int32Value

value = instance.Speed

instance.Speed = value
[SchemaAttrAttribute(, "spd")]
public Int32Value Speed { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace