Northwoods.Go Assembly > Northwoods.Go Namespace > GoSubGraph Class : IsExpanded Property |
'Declaration <DescriptionAttribute("Whether this subgraph is in an expanded state")> <DefaultValueAttribute()> <CategoryAttribute("Appearance")> Public Property IsExpanded As Boolean
[DescriptionAttribute("Whether this subgraph is in an expanded state")] [DefaultValueAttribute()] [CategoryAttribute("Appearance")] public bool IsExpanded {get; set;}
this.State == GoSubGraphState.Expanded
. The setter is implemented as a call to either Collapse or Expand, depending on the value of State and whether the new value is false or true.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2