ElementListCompartmentDescription Class
Description for ListCompartments applied to CompartmentShapes.
Inheritance Hierarchy
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Class ElementListCompartmentDescription _
Inherits ListCompartmentDescription
public class ElementListCompartmentDescription : ListCompartmentDescription
public ref class ElementListCompartmentDescription : public ListCompartmentDescription
type ElementListCompartmentDescription =
class
inherit ListCompartmentDescription
end
public class ElementListCompartmentDescription extends ListCompartmentDescription
The ElementListCompartmentDescription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ElementListCompartmentDescription | 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 | (Inherited from ListCompartmentDescription.) | |
ItemFontSettings | Gets or sets the font settings used for the compartment items. (Inherited from ListCompartmentDescription.) | |
ItemTextColor | (Inherited from ListCompartmentDescription.) | |
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. (Overrides CompartmentDescription.CreateCompartment(Partition).) | |
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.