PenDescriptor(PenStyleSetInfo) 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 PenStyleSetInfo.
public:
PenDescriptor(Microsoft::VisualStudio::Modeling::Diagrams::PenStyleSetInfo ^ penStyleSetInfo);
public PenDescriptor (Microsoft.VisualStudio.Modeling.Diagrams.PenStyleSetInfo penStyleSetInfo);
new Microsoft.VisualStudio.Modeling.Diagrams.PenDescriptor : Microsoft.VisualStudio.Modeling.Diagrams.PenStyleSetInfo -> Microsoft.VisualStudio.Modeling.Diagrams.PenDescriptor
Public Sub New (penStyleSetInfo As PenStyleSetInfo)
Parameters
- penStyleSetInfo
- PenStyleSetInfo
PenStyleSetInfo to create this descriptor for.