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