ListCompartmentDescription Class

Definition

Description for ListCompartments applied to CompartmentShapes.

public ref class ListCompartmentDescription abstract : Microsoft::VisualStudio::Modeling::Diagrams::CompartmentDescription
public abstract class ListCompartmentDescription : Microsoft.VisualStudio.Modeling.Diagrams.CompartmentDescription
type ListCompartmentDescription = class
    inherit CompartmentDescription
Public MustInherit Class ListCompartmentDescription
Inherits CompartmentDescription
Inheritance
ListCompartmentDescription
Derived

Constructors

ListCompartmentDescription(String, String, Color, Boolean, Color, Boolean, FontSettings, FontSettings, Boolean)

Constructor that takes all of the initial values.

Properties

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)

Methods

CreateCompartment(Partition)

Create a compartment matching this description.

(Inherited from CompartmentDescription)

Applies to