CompartmentDescription Class

 

Base class for all Compartment descriptions.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::CompartmentDescription
    Microsoft.VisualStudio.Modeling.Diagrams::ListCompartmentDescription

public ref class CompartmentDescription abstract 

NameDescription
System_CAPS_pubpropertyAllowCustomCompartmentFillColor

Gets or sets the variability for the CompartmentFill color.

System_CAPS_pubpropertyAllowCustomTitleFillColor

Gets or sets the variability of the TitleFill color.

System_CAPS_pubpropertyCompartmentFillColor

Gets or sets the Fill Color for the compartment body.

System_CAPS_pubpropertyName

Gets or sets the Name identifier of the Compartment.

System_CAPS_pubpropertyTitle

Gets or sets the title shown in the comparment header.

System_CAPS_pubpropertyTitleFillColor

Gets or sets the FillColor for the compartment header.

System_CAPS_pubpropertyTitleFontSettings

Gets or sets the font settings used for the compartment title.

System_CAPS_pubpropertyTitleTextColor

NameDescription
System_CAPS_pubmethodCreateCompartment(Partition^)

Create a compartment matching this description.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: