BrushSettings::BrushStyleSetInfo Property

 

Gets or sets the BrushStyleSetInfo associated with these settings.

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

public:
property BrushStyleSetInfo^ BrushStyleSetInfo {
	BrushStyleSetInfo^ get();
	void set(BrushStyleSetInfo^ value);
}

Gets or sets the BrushStyleSetInfo that is associated with these settings.

Return to top
Show: