C# Class Xamarin.Forms.Calendar.Platform.Droid.CalendarGridView

Inheritance: Android.Views.ViewGroup
Afficher le fichier Open project: rid00z/Xamarin.Forms.Calendar Class Usage Examples

Méthodes publiques

Méthode Description
AddView ( Android child, int index, LayoutParams @params ) : void
CalendarGridView ( Android.Content.Context context, IAttributeSet attrs ) : System.Diagnostics

Méthodes protégées

Méthode Description
DispatchDraw ( Android.Graphics.Canvas canvas ) : void
DrawChild ( Android.Graphics.Canvas canvas, Android child, long drawingTime ) : bool
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Method Details

AddView() public méthode

public AddView ( Android child, int index, LayoutParams @params ) : void
child Android
index int
@params LayoutParams
Résultat void

CalendarGridView() public méthode

public CalendarGridView ( Android.Content.Context context, IAttributeSet attrs ) : System.Diagnostics
context Android.Content.Context
attrs IAttributeSet
Résultat System.Diagnostics

DispatchDraw() protected méthode

protected DispatchDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

DrawChild() protected méthode

protected DrawChild ( Android.Graphics.Canvas canvas, Android child, long drawingTime ) : bool
canvas Android.Graphics.Canvas
child Android
drawingTime long
Résultat bool

OnLayout() protected méthode

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Résultat void

OnMeasure() protected méthode

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
Résultat void