InkToolbar.InitialControlsProperty 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.
Identifies the InitialControls dependency property.
public:
static property DependencyProperty ^ InitialControlsProperty { DependencyProperty ^ get(); };
static DependencyProperty InitialControlsProperty();
public static DependencyProperty InitialControlsProperty { get; }
var dependencyProperty = InkToolbar.initialControlsProperty;
Public Shared ReadOnly Property InitialControlsProperty As DependencyProperty
Property Value
The identifier for the InitialControls dependency property.
Applies to
See also
- Pen and stylus interactions
- Add an InkToolbar to a Universal Windows Platform (UWP) app
- Get Started Tutorial: Support ink in your UWP app
- InitialControls
- Simple ink sample (C#/C++)
- Complex ink sample (C++)
- Ink sample (JavaScript)
- Get Started Tutorial: Support ink in your UWP app
- Coloring book sample