PointerPointProperties.IsEraser 속성

정의

입력이 펜 지우개에서 온 것인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsEraser { bool get(); };
bool IsEraser();
public bool IsEraser { get; }
var boolean = pointerPointProperties.isEraser;
Public ReadOnly Property IsEraser As Boolean

속성 값

Boolean

bool

입력이 펜 지우개에서 온 경우 True이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보