PenDescriptor(PenStyleSetInfo) Constructor

Definition

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.

Applies to