SpreadsheetGear 2017
CharacterSpacing Property (Spinner)






SpreadsheetGear.Windows.Controls Namespace > Spinner Class : CharacterSpacing Property
Syntax
'Declaration
 
Public Property CharacterSpacing As System.Integer
'Usage
 
Dim instance As Spinner
Dim value As System.Integer
 
instance.CharacterSpacing = value
 
value = instance.CharacterSpacing
public System.int CharacterSpacing {get; set;}
public read-write property CharacterSpacing: System.Integer; 
public function get,set CharacterSpacing : System.int
public: __property System.int get_CharacterSpacing();
public: __property void set_CharacterSpacing( 
   System.int value
);
public:
property System.int CharacterSpacing {
   System.int get();
   void set (    System.int 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

Spinner Class
Spinner Members