Compartment::TitleFillColorStorage Property

 

Gets or sets the background color for the compartment shape title by using a stored background color.

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

protected:
property Color TitleFillColorStorage {
	virtual Color get();
	virtual void set(Color value);
}

Property Value

Type: System.Drawing::Color

The background color for the compartment shape title.

Return to top
Show: