Class SchedulerCurrentTimeIndicator
Represents the current time indicator visualized in the MultidayViewDefinition.
Inheritance
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SchedulerCurrentTimeIndicator : GraphicsView, IDrawable
Constructors
SchedulerCurrentTimeIndicator()
Initializes a new instance of the SchedulerCurrentTimeIndicator class.
Declaration
public SchedulerCurrentTimeIndicator()
Fields
ColorProperty
Identifies the Color bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LineThicknessProperty
Identifies the LineThickness bindable property.
Declaration
public static readonly BindableProperty LineThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Color
Gets or sets the color of the current time indicator.
Declaration
public Color Color { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
LineThickness
Gets or sets the line thickness of the current time indicator.
Declaration
public double LineThickness { 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
|