ClassCollectionViewDropIndicator
Represents the drop indicator visualized in the RadCollectionView during drag and drop.
Definition
Namespace:Telerik.Maui.Controls.CollectionView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class CollectionViewDropIndicator : GraphicsView, IDrawable
Inheritance: objectCollectionViewDropIndicator
Implements:
Constructors
CollectionViewDropIndicator()
Initializes a new instance of the CollectionViewDropIndicator class.
Declaration
public CollectionViewDropIndicator()
Fields
StrokeColorProperty
Identifies the StrokeColor bindable property.
Declaration
public static readonly BindableProperty StrokeColorProperty
Field Value
BindableProperty
StrokeThicknessProperty
Identifies the StrokeThickness bindable property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
BindableProperty
Properties
StrokeColor
Gets or sets the stroke of the line of the drop indicator.
Declaration
public Color StrokeColor { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the stroke thickness of the drop indicator.
Methods
Draw(ICanvas, RectF)
Draws the drop indicator.
Declaration
public void Draw(ICanvas canvas, RectF dirtyRect)
Parameters
canvas
ICanvas
The canvas to draw on.
dirtyRect
RectF
The rectangle that needs to be redrawn.