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






Gets or sets the template describing the colours of the stripes drawn on the SuperPanel.

Syntax

Visual Basic (Declaration) 
Public Property Stripes As Background
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Background
 
instance.Stripes = value
 
value = instance.Stripes
C# 
public Background Stripes {get; set;}
Delphi 
public read-write property Stripes: Background; 
JScript 
public function get,set Stripes : Background
Managed Extensions for C++ 
public: __property Background* get_Stripes();
public: __property void set_Stripes( 
   Background* value
);
C++/CLI 
public:
property Background^ Stripes {
   Background^ get();
   void set (Background^ value);
}

Return Value

A reference to a Background, this property determines the colours of the stripes drawn on the SuperPanel. The default value is a Background with Type None.

Remarks

The StripeWidth property specifies the width of the stripes. The StripeSpace property specifies the distance between the stripes. The StripeOrientation property specifies the direction 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