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