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;} |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also