System::Drawing::StringFormat::SetTabStops メソッド

StringFormat::SetTabStops method

現在の StringFormat オブジェクトのタブ位置を設定します。

void System::Drawing::StringFormat::SetTabStops(float first_tab_offset, const ArrayPtr<float> &tab_stops)
パラメーター説明
first_tab_offset単精度浮動小数点数テキスト行の開始位置と最初のタブ位置の間のスペース数
tab_stopsconst ArrayPtr<float>&タブ位置間のスペース数を表す値を含む配列です。

参照