Class GridLinesLayer
Inheritance
System.Object
GridLinesLayer
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class GridLinesLayer : Object
Constructors
GridLinesLayer()
Declaration
public GridLinesLayer()
GridLinesLayer(IntPtr, JniHandleOwnership)
Declaration
protected GridLinesLayer(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Color
Declaration
public virtual int Color { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Paint
Declaration
public virtual Paint Paint { get; set; }
Property Value
Android.Graphics.Paint
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Width
Declaration
public virtual float Width { get; set; }
Property Value
System.Single
|
Methods
DrawLine(Single, Single, Single, Single, Canvas)
Declaration
public virtual void DrawLine(float startX, float startY, float endX, float endY, Canvas canvas)
Parameters
System.Single
startX
|
System.Single
startY
|
System.Single
endX
|
System.Single
endY
|
Android.Graphics.Canvas
canvas
|
DrawLine(Single, Single, Single, Single, Canvas, Int32)
Declaration
public virtual void DrawLine(float startX, float startY, float endX, float endY, Canvas canvas, int alpha)
Parameters
System.Single
startX
|
System.Single
startY
|
System.Single
endX
|
System.Single
endY
|
Android.Graphics.Canvas
canvas
|
System.Int32
alpha
|