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






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

Syntax

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

Return Value

A StripeOrientation value, this property specifies the direction of the stripes drawn on the surface of the SuperPanel. The default value is Horizontal.

Remarks

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