Gets or sets the
LineJoin style for the ends of two consecutive lines drawn with this
AnnPen object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property LineJoin As LineJoin |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnPen
Dim value As LineJoin
instance.LineJoin = value
value = instance.LineJoin
|
C# | |
---|
public virtual LineJoin LineJoin {get; set;} |
Managed Extensions for C++ | |
---|
public: __property virtual LineJoin get_LineJoin();
public: __property virtual void set_LineJoin(
LineJoin value
); |
Return Value
A
LineJoin value that represents the join style for the ends of two consecutive lines drawn with this
AnnPen object.
Example
For an example, refer to
AnnPen.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also