NodeShape::IsExpanded Property
Visual Studio 2015
Gets the shape and verifies or sets whether it is expanded.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.NodeShape/IsExpanded.DisplayName", (CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")] [DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.NodeShape/IsExpanded.Description", (CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")] [BrowsableAttribute(false)] [DomainPropertyAttribute(Kind = DomainPropertyKind::CustomStorage)] [DomainObjectIdAttribute("cfe72897-8e0d-4b70-8f44-6d1e333cd856")] property bool IsExpanded { bool get(); void set(bool value); }
Show: