InkToolbarPenButton.SelectedStrokeWidth 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 value that specifies the Size of the pen tip used to draw the ink stroke.
For ballpoint pen and pencil strokes, the stroke width specifies both the Height and Width of a Rectangle pen tip.
For highlighter strokes, stroke width specifies the height of a Rectangle pen tip, while width/3 specifies the width.
Custom pen stroke dimensions can be set as required.
public:
property double SelectedStrokeWidth { double get(); void set(double value); };
double SelectedStrokeWidth();
void SelectedStrokeWidth(double value);
public double SelectedStrokeWidth { get; set; }
var double = inkToolbarPenButton.selectedStrokeWidth;
inkToolbarPenButton.selectedStrokeWidth = double;
Public Property SelectedStrokeWidth As Double
Property Value
double
The width used to specify the Size of the pen tip. The default is 0.