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






Syntax

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