다음을 통해 공유


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

기본 탭 간격입니다.

구현

적용 대상