InkToolbarPenConfigurationControl.PenButton Property

Definition

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.

Applies to

See also