IInkPresenterStencil.IsVisible Property

Definition

Gets or sets whether the IInkPresenterStencil object is visible.

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

Property Value

Boolean

bool

true if the stencil is visible. Otherwise, false.

Applies to

See also