Class CollectionViewDropIndicator
Represents the drop indicator visualized in the RadCollectionView during drag and drop.
Inheritance
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewDropIndicator : GraphicsView, IDrawable
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
Microsoft.Maui.Controls.BindableProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness bindable property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
StrokeColor
Gets or sets the stroke of the line of the drop indicator.
Declaration
public Color StrokeColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeThickness
Gets or sets the stroke thickness of the drop indicator.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
Draw(ICanvas, RectF)
Declaration
public void Draw(ICanvas canvas, RectF dirtyRect)
Parameters
Microsoft.Maui.Graphics.ICanvas
canvas
|
Microsoft.Maui.Graphics.RectF
dirtyRect
|