PenSettings.DashPattern Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property DashPattern As ArrayList
'Usage
Dim instance As PenSettings
Dim value As ArrayList
value = instance.DashPattern
instance.DashPattern = value
public ArrayList DashPattern { get; set; }
public:
property ArrayList^ DashPattern {
ArrayList^ get ();
void set (ArrayList^ value);
}
public function get DashPattern () : ArrayList
public function set DashPattern (value : ArrayList)
Property Value
Type: System.Collections.ArrayList
.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.