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