InkToolbarPenButton.SelectedBrush Property

Definition

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).

Applies to

See also