Intersoft ClientUI Documentation
IndicatorSpace Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXMenuBase Class : IndicatorSpace Property






Gets or sets the indicator space.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property IndicatorSpace As Double
Visual Basic (Usage)Copy Code
Dim instance As UXMenuBase
Dim value As Double
 
instance.IndicatorSpace = value
 
value = instance.IndicatorSpace
C# 
[CategoryAttribute("Appearance")]
public double IndicatorSpace {get; set;}
Delphi 
public read-write property IndicatorSpace: Double; 
JScript 
CategoryAttribute("Appearance")
public function get,set IndicatorSpace : double
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
public: __property double get_IndicatorSpace();
public: __property void set_IndicatorSpace( 
   double value
);
C++/CLI 
[CategoryAttribute("Appearance")]
public:
property double IndicatorSpace {
   double get();
   void set (    double value);
}

Requirements

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

See Also

© 2012 All Rights Reserved.