InkToolbarPenButton.SelectedBrushIndex Property

Definition

Gets or sets the selected brush in the Palette.

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.

Applies to

See also