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