Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Protected Overridable Property CompartmentFillColorStorage As Color
'Usage
Dim value As Color 

value = Me.CompartmentFillColorStorage 

Me.CompartmentFillColorStorage = value
protected virtual Color CompartmentFillColorStorage { get; set; }
protected:
virtual property Color CompartmentFillColorStorage {
    Color get ();
    void set (Color value);
}
protected function get CompartmentFillColorStorage () : Color 
protected function set CompartmentFillColorStorage (value : Color)

Property Value

Type: System.Drawing.Color
The stored background color.

.NET Framework Security

See Also

Reference

Compartment Class

Compartment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace