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