InkToolbarPenButton.SelectedBrushIndex 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.
public:
property int SelectedBrushIndex { int get(); void set(int value); };
int SelectedBrushIndex();
void SelectedBrushIndex(int value);
public int SelectedBrushIndex { get; set; }
var int32 = inkToolbarPenButton.selectedBrushIndex;
inkToolbarPenButton.selectedBrushIndex = int32;
Public Property SelectedBrushIndex As Integer
Property Value
Int32
int
The index of the brush in the Palette. The default is 0.