Diagram::BackgroundBrushId Property

 

Gets the ID of the brush that draws the background for the diagram.

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

public:
property StyleSetResourceId^ BackgroundBrushId {
	virtual StyleSetResourceId^ get() override;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::StyleSetResourceId^

The background for the diagram.

Return to top
Show: