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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.