CompartmentDescription Class

Definition

Base class for all Compartment descriptions.

public ref class CompartmentDescription abstract
public abstract class CompartmentDescription
type CompartmentDescription = class
Public MustInherit Class CompartmentDescription
Inheritance
CompartmentDescription
Derived

Constructors

CompartmentDescription(String, String, Color, Boolean, Color, Boolean, FontSettings)

Constructor that takes all of the initial values.

Properties

AllowCustomCompartmentFillColor

Gets or sets the variability for the CompartmentFill color.

AllowCustomTitleFillColor

Gets or sets the variability of the TitleFill color.

CompartmentFillColor

Gets or sets the Fill Color for the compartment body.

Name

Gets or sets the Name identifier of the Compartment.

Title

Gets or sets the title shown in the comparment header.

TitleFillColor

Gets or sets the FillColor for the compartment header.

TitleFontSettings

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

TitleTextColor

Methods

CreateCompartment(Partition)

Create a compartment matching this description.

Applies to