Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Property DashStyle As DashStyle
'使用
Dim instance As PenStyleSetInfo
Dim value As DashStyle
value = instance.DashStyle
instance.DashStyle = value
public DashStyle DashStyle { get; set; }
public:
property DashStyle DashStyle {
DashStyle get ();
void set (DashStyle value);
}
public function get DashStyle () : DashStyle
public function set DashStyle (value : DashStyle)
Property Value
Type: System.Drawing.Drawing2D.DashStyle
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.