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






Syntax

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