Compartment::TitleVisibility Property
Visual Studio 2015
Gets the compartment shape and verifies whether the title appears on it.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Compartment/TitleVisibility.DisplayName", (CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")] [DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Compartment/TitleVisibility.Description", (CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")] [BrowsableAttribute(false)] [DomainObjectIdAttribute("77aa07b1-fef1-4094-b379-c741e8187d7d")] property bool TitleVisibility { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the title appears on the compartment shape; otherwise, false.
Show: