ElementListCompartmentDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for ListCompartments applied to CompartmentShapes.
public ref class ElementListCompartmentDescription : Microsoft::VisualStudio::Modeling::Diagrams::ListCompartmentDescription
public class ElementListCompartmentDescription : Microsoft.VisualStudio.Modeling.Diagrams.ListCompartmentDescription
type ElementListCompartmentDescription = class
inherit ListCompartmentDescription
Public Class ElementListCompartmentDescription
Inherits ListCompartmentDescription
- Inheritance
Constructors
ElementListCompartmentDescription(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 | (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) |
Methods
CreateCompartment(Partition) |
Create a compartment matching this description. |