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