CompartmentDescription Class
Base class for all Compartment descriptions.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Microsoft.VisualStudio.Modeling.Diagrams::CompartmentDescription
Microsoft.VisualStudio.Modeling.Diagrams::ListCompartmentDescription
| Name | Description | |
|---|---|---|
![]() | CompartmentDescription(String^, String^, Color, Boolean, Color, Boolean, FontSettings^) | Constructor that takes all of the initial values. |
| Name | Description | |
|---|---|---|
![]() | AllowCustomCompartmentFillColor | Gets or sets the variability for the CompartmentFill color. |
![]() | AllowCustomTitleFillColor | Gets or sets the variability of the TitleFill color. |
![]() | CompartmentFillColor | Gets or sets the Fill Color for the compartment body. |
![]() | Name | Gets or sets the Name identifier of the Compartment. |
![]() | Title | Gets or sets the title shown in the comparment header. |
![]() | TitleFillColor | Gets or sets the FillColor for the compartment header. |
![]() | TitleFontSettings | Gets or sets the font settings used for the compartment title. |
![]() | TitleTextColor |
| Name | Description | |
|---|---|---|
![]() | CreateCompartment(Partition^) | Create a compartment matching this description. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


