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






Gets or sets the distance between the edge of the SuperPanel and the start of the stripes.

Syntax

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

Return Value

A System.Int32 value, this property specifies the distance, in pixels, from the edge of the SuperPanel to the start of the stripes. The default value is 0.

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