InkPresenterProtractor.AreRaysVisible Property

Definition

Gets or sets whether the rays are displayed on the protractor stencil.

Protractor stencil

Rays represent the angle of the drawn arc. They are visible only when ink is snapped to the protractor and the protractor has not been moved.

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

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

Property Value

Boolean

bool

true, if the rays are visible. Otherwise, false.

The default is true.

Applies to

See also