ListCompartmentDescription 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 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
Protected method ListCompartmentDescription Constructor that takes all of the initial values.

Top

Properties

  Name Description
Public property AllowCustomCompartmentFillColor Gets or sets the variability for the CompartmentFill color. (Inherited from CompartmentDescription.)
Public property AllowCustomTitleFillColor Gets or sets the variability of the TitleFill color. (Inherited from CompartmentDescription.)
Public property CompartmentFillColor Gets or sets the Fill Color for the compartment body. (Inherited from CompartmentDescription.)
Protected property IsDefaultCollapsed
Public property ItemFontSettings Gets or sets the font settings used for the compartment items.
Public property ItemTextColor
Public property Name Gets or sets the Name identifier of the Compartment. (Inherited from CompartmentDescription.)
Public property Title Gets or sets the title shown in the comparment header. (Inherited from CompartmentDescription.)
Public property TitleFillColor Gets or sets the FillColor for the compartment header. (Inherited from CompartmentDescription.)
Public property TitleFontSettings Gets or sets the font settings used for the compartment title. (Inherited from CompartmentDescription.)
Public property TitleTextColor (Inherited from CompartmentDescription.)

Top

Methods

  Name Description
Public method CreateCompartment Create a compartment matching this description. (Inherited from CompartmentDescription.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace