InkPresenterProtractor.IsResizable Property

Definition

Gets or sets whether the protractor stencil can be resized.

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

Property Value

Boolean

bool

true, if the stencil can be resized. Otherwise, false.

The default is true.

Applies to

See also