InkToolbarPenButton.SelectedBrush 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 the brush used to draw the ink stroke.
public:
property Brush ^ SelectedBrush { Brush ^ get(); };
Brush SelectedBrush();
public Brush SelectedBrush { get; }
var brush = inkToolbarPenButton.selectedBrush;
Public ReadOnly Property SelectedBrush As Brush
Property Value
The brush used to draw the ink stroke. The default value is 0 (Black).