Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the horizontal distance from the origin of the current character cell to the origin of the next character cell.
Definition
Visual Basic Public Property CellIncX As Single C# public float CellIncX { get; set; } C++ public:
property float CellIncX {
float get();
void set(float value);
}JScript public function get CellIncX() : float
public function set CellIncX(float);
Property Value
System.Single
Floating-point value that represents the horizontal distance between character-cell origin points.This property is read/write.