ClassInteraction
Class
Class Interaction.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.Interactivity
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public static class Interaction
Inheritance: objectInteraction
Fields
BehaviorProperty
Registers the Behavior attached property.
Declaration
cs-api-definition
public static readonly DependencyProperty BehaviorProperty
Field Value
DependencyProperty
Methods
GetBehavior(RadSyntaxEditor)
Gets the behavior.
Declaration
cs-api-definition
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditor editor)
Parameters
editor
The editor.
Returns
RadSyntaxEditorBehavior.
SetBehavior(RadSyntaxEditor, RadSyntaxEditorBehavior)
Sets the behavior.
Declaration
cs-api-definition
public static void SetBehavior(RadSyntaxEditor editor, RadSyntaxEditorBehavior value)
Parameters
editor
The editor.
value
The value.