ListCompartmentDescription Class
Description for ListCompartments applied to CompartmentShapes.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription
Microsoft.VisualStudio.Modeling.Diagrams.ListCompartmentDescription
Microsoft.VisualStudio.Modeling.Diagrams.ElementListCompartmentDescription
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public MustInherit Class ListCompartmentDescription _
Inherits CompartmentDescription
public abstract class ListCompartmentDescription : CompartmentDescription
public ref class ListCompartmentDescription abstract : public CompartmentDescription
[<AbstractClass>]
type ListCompartmentDescription =
class
inherit CompartmentDescription
end
public abstract class ListCompartmentDescription extends CompartmentDescription
The ListCompartmentDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ListCompartmentDescription | Constructor that takes all of the initial values. |
Top
Properties
Name | Description | |
---|---|---|
AllowCustomCompartmentFillColor | Gets or sets the variability for the CompartmentFill color. (Inherited from CompartmentDescription.) | |
AllowCustomTitleFillColor | Gets or sets the variability of the TitleFill color. (Inherited from CompartmentDescription.) | |
CompartmentFillColor | Gets or sets the Fill Color for the compartment body. (Inherited from CompartmentDescription.) | |
IsDefaultCollapsed | ||
ItemFontSettings | Gets or sets the font settings used for the compartment items. | |
ItemTextColor | ||
Name | Gets or sets the Name identifier of the Compartment. (Inherited from CompartmentDescription.) | |
Title | Gets or sets the title shown in the comparment header. (Inherited from CompartmentDescription.) | |
TitleFillColor | Gets or sets the FillColor for the compartment header. (Inherited from CompartmentDescription.) | |
TitleFontSettings | Gets or sets the font settings used for the compartment title. (Inherited from CompartmentDescription.) | |
TitleTextColor | (Inherited from CompartmentDescription.) |
Top
Methods
Name | Description | |
---|---|---|
CreateCompartment | Create a compartment matching this description. (Inherited from CompartmentDescription.) | |
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 the default hash function. (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.