BrushDescriptor(BrushStyleSetInfo) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor that creates a descriptor based on a specified BrushStyleSetInfo.
public:
BrushDescriptor(Microsoft::VisualStudio::Modeling::Diagrams::BrushStyleSetInfo ^ brushStyleSetInfo);
public BrushDescriptor (Microsoft.VisualStudio.Modeling.Diagrams.BrushStyleSetInfo brushStyleSetInfo);
new Microsoft.VisualStudio.Modeling.Diagrams.BrushDescriptor : Microsoft.VisualStudio.Modeling.Diagrams.BrushStyleSetInfo -> Microsoft.VisualStudio.Modeling.Diagrams.BrushDescriptor
Public Sub New (brushStyleSetInfo As BrushStyleSetInfo)
Parameters
- brushStyleSetInfo
- BrushStyleSetInfo
BrushStyleSetInfo to create this descriptor for.