Compartment::TitleFillColor Property
Visual Studio 2015
Gets or sets the background color for the compartment shape title.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: [DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Compartment/TitleFillColor.DisplayName", (CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")] [DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.Compartment/TitleFillColor.Description", (CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")] [BrowsableAttribute(false)] [DomainPropertyAttribute(Kind = DomainPropertyKind::CustomStorage)] [DomainObjectIdAttribute("33479349-7a62-4c53-8c7c-42a9534788e3")] property Color TitleFillColor { Color get(); void set(Color value); }
Show: