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