共用方式為


RichEditTextDocument.DefaultTabStop 屬性

定義

取得或設定預設定位間距。

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

屬性值

Single

float

預設定位間距。

實作

適用於