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
- 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.