Class SchedulerCurrentTimeIndicator
Represents the current time indicator visualized in the Multiday
Inheritance
System.Object
SchedulerCurrentTimeIndicator
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerCurrentTimeIndicator : GraphicsView, IDrawable
Constructors
SchedulerCurrentTimeIndicator()
Initializes a new instance of the Scheduler
Declaration
public SchedulerCurrentTimeIndicator()
Fields
ColorProperty
Identifies the Color bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Microsoft.
|
LineThicknessProperty
Identifies the Line
Declaration
public static readonly BindableProperty LineThicknessProperty
Field Value
Microsoft.
|
Properties
Color
Gets or sets the color of the current time indicator.
Declaration
public Color Color { get; set; }
Property Value
Microsoft.
|
LineThickness
Gets or sets the line thickness of the current time indicator.
Declaration
public double LineThickness { get; set; }
Property Value
System.
|
Methods
Draw(ICanvas, RectF)
Declaration
public void Draw(ICanvas canvas, RectF dirtyRect)
Parameters
Microsoft.
|
Microsoft.
|