PenSettings.PenStyleSetInfo Property

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

Syntax

'宣言
Public Property PenStyleSetInfo As PenStyleSetInfo
'使用
Dim instance As PenSettings
Dim value As PenStyleSetInfo

value = instance.PenStyleSetInfo

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PenStyleSetInfo

Permissions

See Also

Reference

PenSettings Class

PenSettings Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace