New to Telerik UI for WPFStart a free 30-day trial

Class Interaction.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Interactivity

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

C#
public static class Interaction

Inheritance: objectInteraction

Fields

BehaviorProperty

DependencyProperty

Registers the Behavior attached property.

C#
public static readonly DependencyProperty BehaviorProperty

Methods

Gets the behavior.

C#
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditor editor)
Parameters:editorRadSyntaxEditor

The editor.

Returns:

RadSyntaxEditorBehavior

RadSyntaxEditorBehavior.

Sets the behavior.

C#
public static void SetBehavior(RadSyntaxEditor editor, RadSyntaxEditorBehavior value)
Parameters:editorRadSyntaxEditor

The editor.

valueRadSyntaxEditorBehavior

The value.