InkPresenterProtractor.IsCenterMarkerVisible Property

Definition

Gets or sets whether the center mark is displayed on the protractor stencil.

Protractor stencil

The center mark represents the visual in the center of the protractor.

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

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

Property Value

Boolean

bool

true, if the center mark is visible. Otherwise, false.

The default is true.

Applies to

See also