Поделиться через


Shape.Rotation Property

Rotation.Represents the attribte in schema: rot

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "rot")> _
Public Property Rotation As DoubleValue
    Get
    Set
'Usage
Dim instance As Shape
Dim value As DoubleValue

value = instance.Rotation

instance.Rotation = value
[SchemaAttrAttribute(, "rot")]
public DoubleValue Rotation { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace