InkPresenterProtractor.IsVisible Property

Definition

Gets or sets whether the protractor stencil 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 = inkPresenterProtractor.isVisible;
inkPresenterProtractor.isVisible = boolean;
Public Property IsVisible As Boolean

Property Value

Boolean

bool

true if the ruler is visible. Otherwise, false.

Implements

Applies to

See also