Class
CollectionViewDropIndicator

Represents the drop indicator visualized in the RadCollectionView during drag and drop.

Definition

Namespace:Telerik.Maui.Controls.CollectionView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class CollectionViewDropIndicator : GraphicsView, IDrawable

Inheritance: objectCollectionViewDropIndicator

Implements: IDrawable

Constructors

CollectionViewDropIndicator()

Initializes a new instance of the CollectionViewDropIndicator class.

Declaration

cs-api-definition
public CollectionViewDropIndicator()

Fields

StrokeColorProperty

Identifies the StrokeColor bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeColorProperty

Field Value

BindableProperty

StrokeThicknessProperty

Identifies the StrokeThickness bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty StrokeThicknessProperty

Field Value

BindableProperty

Properties

StrokeColor

Gets or sets the stroke of the line of the drop indicator.

Declaration

cs-api-definition
public Color StrokeColor { get; set; }

Property Value

Color

StrokeThickness

Gets or sets the stroke thickness of the drop indicator.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

Methods

Draw(ICanvas, RectF)

Draws the drop indicator.

Declaration

cs-api-definition
public void Draw(ICanvas canvas, RectF dirtyRect)

Parameters

canvas

ICanvas

The canvas to draw on.

dirtyRect

RectF

The rectangle that needs to be redrawn.