ContextNode.RotationAngle Property

rotationAngle.Represents the attribte in schema: rotationAngle

Namespace:  DocumentFormat.OpenXml.Office2010.Ink
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rotationAngle")> _
Public Property RotationAngle As Int32Value
    Get
    Set
'Usage
Dim instance As ContextNode
Dim value As Int32Value

value = instance.RotationAngle

instance.RotationAngle = value
[SchemaAttrAttribute(, "rotationAngle")]
public Int32Value RotationAngle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

ContextNode Class

ContextNode Members

DocumentFormat.OpenXml.Office2010.Ink Namespace