Compartment::AllowCustomCompartmentFillColor Property

 

Gets or sets permission to have a custom background color for the compartment shape.

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

public:
property bool AllowCustomCompartmentFillColor {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the compartment shape can have a custom background color; otherwise, false.

Return to top
Show: