Note

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

Access to this page requires authorization. You can try .

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.

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


Feedback

Was this page helpful?