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
- Namespace:
- Windows.UI.Xaml.Controls
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.
Applies to
See also
Feedback
Was this page helpful?
