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.
|
Methods
GetBehavior(RadSyntaxEditor)
Gets the behavior.
Declaration
public static RadSyntaxEditorBehavior GetBehavior(RadSyntaxEditor editor)
Parameters
Rad The editor. |
Returns
Rad RadSyntaxEditorBehavior. |
SetBehavior(RadSyntaxEditor, RadSyntaxEditorBehavior)
Sets the behavior.
Declaration
public static void SetBehavior(RadSyntaxEditor editor, RadSyntaxEditorBehavior value)
Parameters
Rad The editor. |
Rad The value. |