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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Defines the line pattern. ")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Pattern As LinePattern
Visual Basic (Usage)Copy Code
Dim instance As ChartStrokeStyle
Dim value As LinePattern
 
instance.Pattern = value
 
value = instance.Pattern
C# 
[DescriptionAttribute("Defines the line pattern. ")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
public LinePattern Pattern {get; set;}
Delphi 
public read-write property Pattern: LinePattern; 
JScript 
DescriptionAttribute("Defines the line pattern. ")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Pattern : LinePattern
Managed Extensions for C++ 
[DescriptionAttribute("Defines the line pattern. ")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LinePattern get_Pattern();
public: __property void set_Pattern( 
   LinePattern value
);
C++/CLI 
[DescriptionAttribute("Defines the line pattern. ")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LinePattern Pattern {
   LinePattern get();
   void set (    LinePattern 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.