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

Represents a DropPositionMarker control.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

C#
public class DropPositionMarker : Control

Inheritance: objectDropPositionMarker

Constructors

Initializes a new instance of the DropPositionMarker class.

C#
public DropPositionMarker()

Properties

Sets a value indicating whether dropping is allowed.

C#
public bool IsDropAllowed { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.