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 | float | 텍스트 줄의 시작과 첫 번째 탭 정지 사이의 공백 수 |
| tab_stops | const ArrayPtr<float>& | 탭 정지 사이의 공백 수를 나타내는 값을 포함하는 배열입니다. |
또 보기
- Typedef ArrayPtr
- Class StringFormat
- Namespace System::Drawing
- Library Aspose.Page for C++