InkToolbarPenConfigurationControl.PenButton 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 the InkToolbarPenButton from which to derive the ConfigurationContent for the optional flyout.
public:
property InkToolbarPenButton ^ PenButton { InkToolbarPenButton ^ get(); };
InkToolbarPenButton PenButton();
public InkToolbarPenButton PenButton { get; }
var inkToolbarPenButton = inkToolbarPenConfigurationControl.penButton;
Public ReadOnly Property PenButton As InkToolbarPenButton
Property Value
The base pen from which ConfigurationContent is derived.