Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

InkToolbarPenButton.MinStrokeWidth Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?