Maximum gap inside line in pixels
Syntax
Visual Basic (Declaration) | |
---|
Public Property pMaxLineGap As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CiTools
Dim value As Integer
instance.pMaxLineGap = value
value = instance.pMaxLineGap |
C# | |
---|
public int pMaxLineGap {get; set;} |
Delphi | |
---|
public read-write property pMaxLineGap: Integer; |
JScript | |
---|
public function get,set pMaxLineGap : int |
Managed Extensions for C++ | |
---|
public: __property int get_pMaxLineGap();
public: __property void set_pMaxLineGap(
int value
); |
C++/CLI | |
---|
public:
property int pMaxLineGap {
int get();
void set ( int 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