Group.TimeReferenceAnchorPoint Property

time-ref-anchor-point.Represents the attribte in schema: emma:time-ref-anchor-point

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

Syntax

'Declaration
<SchemaAttrAttribute(, "time-ref-anchor-point")> _
Public Property TimeReferenceAnchorPoint As EnumValue(Of AnchorPointValues)
    Get
    Set
'Usage
Dim instance As Group
Dim value As EnumValue(Of AnchorPointValues)

value = instance.TimeReferenceAnchorPoint

instance.TimeReferenceAnchorPoint = value
[SchemaAttrAttribute(, "time-ref-anchor-point")]
public EnumValue<AnchorPointValues> TimeReferenceAnchorPoint { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<AnchorPointValues>

See Also

Reference

Group Class

Group Members

DocumentFormat.OpenXml.EMMA Namespace