InkPresenterRuler.Kind Property

Definition

Gets the type of stencil to display on the InkCanvas.

public:
 property InkPresenterStencilKind Kind { InkPresenterStencilKind get(); };
InkPresenterStencilKind Kind();
public InkPresenterStencilKind Kind { get; }
var inkPresenterStencilKind = inkPresenterRuler.kind;
Public ReadOnly Property Kind As InkPresenterStencilKind

Property Value

The type of stencil.

Implements

Applies to

See also