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