다음을 통해 공유


IInkPresenterStencil.IsVisible 속성

정의

IInkPresenterStencil 개체가 표시되는지 여부를 가져오거나 설정합니다.

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

void IsVisible(bool value);
public bool IsVisible { get; set; }
var boolean = iInkPresenterStencil.isVisible;
iInkPresenterStencil.isVisible = boolean;
Public Property IsVisible As Boolean

속성 값

Boolean

bool

스텐실이 표시되면 true입니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보