Compartment::AllowCustomTitleFillColor Property

 

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

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 AllowCustomTitleFillColor {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

Return to top
Show: