BCGControlBar Library for .NET
MarginStart Property




Syntax
'Declaration
 
Public Property MarginStart As Single
'Usage
 
Dim instance As LinearScale
Dim value As Single
 
instance.MarginStart = value
 
value = instance.MarginStart
public float MarginStart {get; set;}
public: __property float get_MarginStart();
public: __property void set_MarginStart( 
   float value
);
public:
property float MarginStart {
   float get();
   void set (    float value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinearScale Class
LinearScale Members

Send Feedback