Intersoft WebGrid Documentation
Length Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartScaleStripStyle Class : Length Property






Gets or sets the length in major ticks of each interlaced stripe.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The length in rows or columns of each interlace stripe.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
Public Property Length As Integer
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleStripStyle
Dim value As Integer
 
instance.Length = value
 
value = instance.Length
C# 
[DescriptionAttribute("The length in rows or columns of each interlace stripe.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public int Length {get; set;}
Delphi 
public read-write property Length: Integer; 
JScript 
DescriptionAttribute("The length in rows or columns of each interlace stripe.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
public function get,set Length : int
Managed Extensions for C++ 
[DescriptionAttribute("The length in rows or columns of each interlace stripe.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public: __property int get_Length();
public: __property void set_Length( 
   int value
);
C++/CLI 
[DescriptionAttribute("The length in rows or columns of each interlace stripe.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public:
property int Length {
   int get();
   void set (    int 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.