ICreate.Controls.Bars Send comments on this topic.
StripeWidth Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : StripeWidth Property






Gets or sets the width of the stripes drawn on the SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Property StripeWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Integer
 
instance.StripeWidth = value
 
value = instance.StripeWidth
C# 
public int StripeWidth {get; set;}
Delphi 
public read-write property StripeWidth: Integer; 
JScript 
public function get,set StripeWidth : int
Managed Extensions for C++ 
public: __property int get_StripeWidth();
public: __property void set_StripeWidth( 
   int value
);
C++/CLI 
public:
property int StripeWidth {
   int get();
   void set (int value);
}

Return Value

A System.Int32 value, this property specifies the width, in pixels, of the stripes drawn on the surface of the SuperPanel. The default value is 6.

Remarks

The StripeSpace property specifies the distance between the stripes. The StripeOrientation property specifies the direction of the stripes. The Stripes property specifies the colours of the stripes.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also