Arc.From Property
from.Represents the attribte in schema: from
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "from")> _
Public Property From As IntegerValue
Get
Set
'Usage
Dim instance As Arc
Dim value As IntegerValue
value = instance.From
instance.From = value
[SchemaAttrAttribute(, "from")]
public IntegerValue From { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue