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






Gets or sets the distance between the stripes drawn on the SuperPanel.

Syntax

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

Return Value

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

Remarks

The StripeWidth property specifies the width of 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