SmartArt.Reverse Property

Gets or sets the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Reverse As MsoTriState
    Get
    Set
'Usage
Dim instance As SmartArt
Dim value As MsoTriState

value = instance.Reverse

instance.Reverse = value
MsoTriState Reverse { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

Read/write.

See Also

Reference

SmartArt Interface

SmartArt Members

Microsoft.Office.Core Namespace