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