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

'宣言
Protected Overridable Property CompartmentFillColorStorage As Color
'使用
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.

Permissions

See Also

Reference

Compartment Class

Compartment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace