RichEditTextDocument.DefaultTabStop Property

Definition

Gets or sets the default tab spacing.

public:
 property float DefaultTabStop { float get(); void set(float value); };
float DefaultTabStop();

void DefaultTabStop(float value);
public float DefaultTabStop { get; set; }
var single = richEditTextDocument.defaultTabStop;
richEditTextDocument.defaultTabStop = single;
Public Property DefaultTabStop As Single

Property Value

Single

float

The default tab spacing.

Implements

Applies to