Share via


Rotation.Revolution Property

Revolution.Represents the attribte in schema: rev

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rev")> _
Public Property Revolution As Int32Value
    Get
    Set
'Usage
Dim instance As Rotation
Dim value As Int32Value

value = instance.Revolution

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

Rotation Class

Rotation Members

DocumentFormat.OpenXml.Drawing Namespace