다음을 통해 공유


InkPresenterProtractor.IsResizable 속성

정의

프로트라터 스텐실의 크기를 조정할 수 있는지 여부를 가져오거나 설정합니다.

public:
 property bool IsResizable { bool get(); void set(bool value); };
bool IsResizable();

void IsResizable(bool value);
public bool IsResizable { get; set; }
var boolean = inkPresenterProtractor.isResizable;
inkPresenterProtractor.isResizable = boolean;
Public Property IsResizable As Boolean

속성 값

Boolean

bool

true입니다. 스텐실 크기를 조정할 수 있는 경우 입니다. 그렇지 않으면 false입니다.

기본값은 true입니다.

적용 대상

추가 정보