InkPresenterProtractor.IsAngleReadoutVisible Property

Definition

Gets or sets whether the numerical angle is displayed on the protractor stencil.

Protractor stencil

The angle readout represents the numeric value for the angle of the drawn arc.

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

void IsAngleReadoutVisible(bool value);
public bool IsAngleReadoutVisible { get; set; }
var boolean = inkPresenterProtractor.isAngleReadoutVisible;
inkPresenterProtractor.isAngleReadoutVisible = boolean;
Public Property IsAngleReadoutVisible As Boolean

Property Value

Boolean

bool

true, if the angle readout is visible. Otherwise, false.

The default is true.

Applies to

See also