Interaction
Class
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)
The editor.
Returns:RadSyntaxEditorBehavior.
Sets the behavior.
C#
public static void SetBehavior(RadSyntaxEditor editor, RadSyntaxEditorBehavior value)
The editor.
valueRadSyntaxEditorBehaviorThe value.