InkPresenterProtractor.AreTickMarksVisible Property

Definition

Gets or sets whether the tick marks are displayed on the protractor stencil.

Protractor stencil

Tick marks represent the degree marks on the protractor.

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

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

Property Value

Boolean

bool

true, if the tick marks are visible. Otherwise, false.

The default is true.

Applies to

See also