Share via


PenDescriptor.PenStyleSetInfo Property

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

Syntax

'Declaration
Public ReadOnly Property PenStyleSetInfo As PenStyleSetInfo
'Usage
Dim instance As PenDescriptor 
Dim value As PenStyleSetInfo 

value = instance.PenStyleSetInfo
public PenStyleSetInfo PenStyleSetInfo { get; }
public:
property PenStyleSetInfo^ PenStyleSetInfo {
    PenStyleSetInfo^ get ();
}
public function get PenStyleSetInfo () : PenStyleSetInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PenStyleSetInfo

.NET Framework Security

See Also

Reference

PenDescriptor Class

PenDescriptor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace