This property determines whether or not the "Cut" button is displayed in the ToolBarAnnotation control.

[Visual Basic] Public Property ButtonCutVisible As Boolean
[C#] public bool ButtonCutVisible {get; set;}

Property Value

Value Explanation
True (default) The "Cut" button is displayed in the ToolBarAnnotation control.
False The "Cut" button is not displayed in the ToolBarAnnotation control.

Explanation

The ButtonCutVisible property determines whether or not the "Cut" button is displayed in the ToolBarAnnotation control. When False, the "Cut" button is not displayed in the ToolBarAnnotation control.

See Also

ToolBarAnnotation Members | Newtone.ImageKit.Wpf.ToolBarAnnotation

 

The ImageKit WPF is created by Newtone Corporation