Intersoft WebGrid Documentation
LineJoin Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartStrokeStyle Class : LineJoin Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object. ")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property LineJoin As LineJoin
Visual Basic (Usage)Copy Code
Dim instance As ChartStrokeStyle
Dim value As LineJoin
 
instance.LineJoin = value
 
value = instance.LineJoin
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
public LineJoin LineJoin {get; set;}
Delphi 
public read-write property LineJoin: LineJoin; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
DescriptionAttribute("Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object. ")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set LineJoin : LineJoin
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LineJoin get_LineJoin();
public: __property void set_LineJoin( 
   LineJoin value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LineJoin LineJoin {
   LineJoin get();
   void set (    LineJoin value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.