ElementListCompartmentDescription 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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
Public method ElementListCompartmentDescription 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 (Inherited from ListCompartmentDescription.)
Public property ItemFontSettings Gets or sets the font settings used for the compartment items. (Inherited from ListCompartmentDescription.)
Public property ItemTextColor (Inherited from ListCompartmentDescription.)
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. (Overrides CompartmentDescription.CreateCompartment(Partition).)
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