इसके माध्यम से साझा किया गया


InkToolbarPenButton.MinStrokeWidth Property

Definition

Gets or sets the minimum possible Size of an ink stroke.

For ballpoint pen and pencil strokes, MinStrokeWidth specifies both the minimum Height and Width of a Rectangle pen tip.

For highlighter strokes, MinStrokeWidth specifies the minimum height of a Rectangle pen tip, while MinStrokeWidth/3 specifies the minimum width.

Custom pen stroke dimensions can be set as required.

public:
 property double MinStrokeWidth { double get(); void set(double value); };
double MinStrokeWidth();

void MinStrokeWidth(double value);
public double MinStrokeWidth { get; set; }
var double = inkToolbarPenButton.minStrokeWidth;
inkToolbarPenButton.minStrokeWidth = double;
Public Property MinStrokeWidth As Double

Property Value

Double

double

The maximum possible width of the ink stroke. The default is 0.

Applies to

See also