PenDescriptor.PenStyleSetInfo Property

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

Syntax

'宣言
Public ReadOnly Property PenStyleSetInfo As PenStyleSetInfo
'使用
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

Permissions

See Also

Reference

PenDescriptor Class

PenDescriptor Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace