CommonTimeNode.RepeatDuration Property

Repeat Duration.Represents the attribte in schema: repeatDur

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

Syntax

'Declaration
<SchemaAttrAttribute(, "repeatDur")> _
Public Property RepeatDuration As StringValue
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As StringValue

value = instance.RepeatDuration

instance.RepeatDuration = value
[SchemaAttrAttribute(, "repeatDur")]
public StringValue RepeatDuration { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace