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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("General")>
<DescriptionAttribute("Cap style used at the end of lines drawn with this stroke style.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property EndCap As LineCap
Visual Basic (Usage)Copy Code
Dim instance As ChartStrokeStyle
Dim value As LineCap
 
instance.EndCap = value
 
value = instance.EndCap
C# 
[CategoryAttribute("General")]
[DescriptionAttribute("Cap style used at the end of lines drawn with this stroke style.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public LineCap EndCap {get; set;}
Delphi 
public read-write property EndCap: LineCap; 
JScript 
CategoryAttribute("General")
DescriptionAttribute("Cap style used at the end of lines drawn with this stroke style.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set EndCap : LineCap
Managed Extensions for C++ 
[CategoryAttribute("General")]
[DescriptionAttribute("Cap style used at the end of lines drawn with this stroke style.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property LineCap get_EndCap();
public: __property void set_EndCap( 
   LineCap value
);
C++/CLI 
[CategoryAttribute("General")]
[DescriptionAttribute("Cap style used at the end of lines drawn with this stroke style.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property LineCap EndCap {
   LineCap get();
   void set (    LineCap 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.