Share via


PointerVisualizationSettings.IsBarrelButtonFeedbackEnabled Property

Definition

Gets or sets a value that indicates whether visual feedback is enabled for pen/stylus input when the barrel button is pressed.

Important

Pointer visualizations are supported by the Desktop device family only.

public:
 property bool IsBarrelButtonFeedbackEnabled { bool get(); void set(bool value); };
bool IsBarrelButtonFeedbackEnabled();

void IsBarrelButtonFeedbackEnabled(bool value);
public bool IsBarrelButtonFeedbackEnabled { get; set; }
var boolean = pointerVisualizationSettings.isBarrelButtonFeedbackEnabled;
pointerVisualizationSettings.isBarrelButtonFeedbackEnabled = boolean;
Public Property IsBarrelButtonFeedbackEnabled As Boolean

Property Value

Boolean

bool

True if feedback is enabled; otherwise false. The default value is true.

Applies to