Compartment::CompartmentFillColorStorage Property

 

Gets or sets the background color for the compartment shape 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 CompartmentFillColorStorage {
	virtual Color get();
	virtual void set(Color value);
}

Property Value

Type: System.Drawing::Color

The stored background color.

Return to top
Show: