Extrusion.AutoRotationCenter Property

Center of Rotation Toggle.Represents the attribte in schema: autorotationcenter

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "autorotationcenter")> _
Public Property AutoRotationCenter As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Extrusion
Dim value As TrueFalseValue

value = instance.AutoRotationCenter

instance.AutoRotationCenter = value
[SchemaAttrAttribute(, "autorotationcenter")]
public TrueFalseValue AutoRotationCenter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace