DiagramBrushes.DiagramBackground Property

Definition

Gets the resource Id for the diagram's background brush.
Used to paint the diagram's background.

public:
 static property Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ DiagramBackground { Microsoft::VisualStudio::Modeling::Diagrams::StyleSetResourceId ^ get(); };
public static Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId DiagramBackground { get; }
static member DiagramBackground : Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
Public Shared ReadOnly Property DiagramBackground As StyleSetResourceId

Property Value

A StyleSetResourceId that represents the diagram's background brush.

Applies to