Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base class for all Compartment descriptions.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription
Microsoft.VisualStudio.Modeling.Diagrams.ListCompartmentDescription
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public MustInherit Class CompartmentDescription
public abstract class CompartmentDescription
public ref class CompartmentDescription abstract
[<AbstractClass>]
type CompartmentDescription = class end
public abstract class CompartmentDescription
The CompartmentDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CompartmentDescription | Constructor that takes all of the initial values. |
Top
Properties
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 |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateCompartment | Create a compartment matching this description. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.