Class CollectionViewDropIndicator
Represents the drop indicator visualized in the Rad
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 Collection
Declaration
public CollectionViewDropIndicator()
Fields
StrokeColorProperty
Identifies the Stroke
Declaration
public static readonly BindableProperty StrokeColorProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
StrokeColor
Gets or sets the stroke of the line of the drop indicator.
Declaration
public Color StrokeColor { get; set; }
Property Value
Microsoft.
|
StrokeThickness
Gets or sets the stroke thickness of the drop indicator.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Methods
Draw(ICanvas, RectF)
Declaration
public void Draw(ICanvas canvas, RectF dirtyRect)
Parameters
Microsoft.
|
Microsoft.
|