ImageGear .NET
SpaceType Property




Gets or sets the type of the space, such as real space, tab, dot leader, etc.
Syntax
public ImGearRecSpaceType SpaceType {get; set;}
public: __property ImGearRecSpaceType get_SpaceType();
public: __property void set_SpaceType( 
   ImGearRecSpaceType value
);
public:
property ImGearRecSpaceType SpaceType {
   ImGearRecSpaceType get();
   void set (    ImGearRecSpaceType value);
}
'Declaration
 
Public Property SpaceType As ImGearRecSpaceType
 
'Usage
 
Dim instance As ImGearRecLetter
Dim value As ImGearRecSpaceType
 
instance.SpaceType = value
 
value = instance.SpaceType

Property Value

ImGearRecSpaceType value.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback