InkToolbarCustomPenButton.ConfigurationContent 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 content of an optional ink stroke configuration flyout associated with the InkToolbarCustomPenButton.
public:
property UIElement ^ ConfigurationContent { UIElement ^ get(); void set(UIElement ^ value); };
UIElement ConfigurationContent();
void ConfigurationContent(UIElement value);
public UIElement ConfigurationContent { get; set; }
var uIElement = inkToolbarCustomPenButton.configurationContent;
inkToolbarCustomPenButton.configurationContent = uIElement;
Public Property ConfigurationContent As UIElement
Property Value
The contents of the flyout. The default is null.
Remarks
Each feature on the InkToolbar can support supplementary functionality in a flyout (an "extension glyph" on the feature button indicates to the user that the functionality is available).
To access the functionality, the feature button must be selected already, and the user must select the button again.
Applies to
See also
- ConfigurationContentProperty
- InkToolbarPenButton
- DependencyObject
- InkToolbarPenConfigurationControl
- IsExtensionGlyphShown
- Pen and stylus interactions
- Add an InkToolbar to a Universal Windows Platform (UWP) app
- Get Started Tutorial: Support ink in your UWP app
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample
- Family notes sample