Share via


GraphObject.IsExpanded Property

Get whether this node is expanded.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsExpanded As Boolean
    Get
public virtual bool IsExpanded { get; }
public:
virtual property bool IsExpanded {
    bool get ();
}
abstract IsExpanded : bool
override IsExpanded : bool
function get IsExpanded () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace