LoadMoreElement Constructors

Definition

Overloads

LoadMoreElement()
LoadMoreElement(String, String, Action<LoadMoreElement>)
LoadMoreElement(String, String, Action<LoadMoreElement>, UIFont, UIColor)

LoadMoreElement()

public LoadMoreElement ();

Applies to

LoadMoreElement(String, String, Action<LoadMoreElement>)

public LoadMoreElement (string normalCaption, string loadingCaption, Action<MonoTouch.Dialog.LoadMoreElement> tapped);
new MonoTouch.Dialog.LoadMoreElement : string * string * Action<MonoTouch.Dialog.LoadMoreElement> -> MonoTouch.Dialog.LoadMoreElement

Parameters

normalCaption
String
loadingCaption
String

Applies to

LoadMoreElement(String, String, Action<LoadMoreElement>, UIFont, UIColor)

public LoadMoreElement (string normalCaption, string loadingCaption, Action<MonoTouch.Dialog.LoadMoreElement> tapped, UIKit.UIFont font, UIKit.UIColor textColor);
new MonoTouch.Dialog.LoadMoreElement : string * string * Action<MonoTouch.Dialog.LoadMoreElement> * UIKit.UIFont * UIKit.UIColor -> MonoTouch.Dialog.LoadMoreElement

Parameters

normalCaption
String
loadingCaption
String
font
UIFont
textColor
UIColor

Applies to