InkToolbarPenButton.Palette Property

Definition

Gets or sets the collection of brushes available on the ink stroke configuration flyout associated with the InkToolbarPenButton. An "extension glyph" is displayed on the button to indicate the existence of the flyout.

public:
 property IVector<Brush ^> ^ Palette { IVector<Brush ^> ^ get(); void set(IVector<Brush ^> ^ value); };
IVector<Brush> Palette();

void Palette(IVector<Brush> value);
public IList<Brush> Palette { get; set; }
var iVector = inkToolbarPenButton.palette;
inkToolbarPenButton.palette = iVector;
Public Property Palette As IList(Of Brush)

Property Value

A collection of Brush objects that describe various properties of the ink stroke. The default is 0 (empty).

Applies to

See also