Shape.HasDiagram Property

Determines if a shape is a diagram.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property HasDiagram As MsoTriState
    Get
'Usage
Dim instance As Shape
Dim value As MsoTriState

value = instance.HasDiagram
MsoTriState HasDiagram { get; }

Property Value

Type: MsoTriState

Remarks

This property returns MsoTrue if a shape is a diagram.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace