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
'Declaración
<SchemaAttrAttribute(, "time-ref-anchor-point")> _
Public Property TimeReferenceAnchorPoint As EnumValue(Of AnchorPointValues)
Get
Set
'Uso
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>