C# Класс MonoMobile.Forms.Elements.ImageStringElement

Наследование: MonoTouch.Dialog.StringElement, IElementSizing
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DetailLines int
Height int
TitleFont UIFont

Открытые методы

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
ImageStringElement ( string caption, UIImage image ) : System
ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
ImageStringElement ( string caption, string value, UIImage image ) : System
ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System

Приватные методы

Метод Описание
IElementSizing ( UITableView tableView, NSIndexPath indexPath ) : float

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

ImageStringElement() публичный Метод

public ImageStringElement ( string caption, System.Action tapped, UIImage image ) : System
caption string
tapped System.Action
image UIImage
Результат System

ImageStringElement() публичный Метод

public ImageStringElement ( string caption, UIImage image ) : System
caption string
image UIImage
Результат System

ImageStringElement() публичный Метод

public ImageStringElement ( string caption, string value, System.Action tapped, UIImage defaultImage, string imageurl ) : System
caption string
value string
tapped System.Action
defaultImage UIImage
imageurl string
Результат System

ImageStringElement() публичный Метод

public ImageStringElement ( string caption, string value, UIImage image ) : System
caption string
value string
image UIImage
Результат System

ImageStringElement() публичный Метод

public ImageStringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
caption string
value string
image UIImage
tapped System.Action
Результат System

Описание свойств

DetailLines публичное свойство

public int DetailLines
Результат int

Height публичное свойство

public int Height
Результат int

TitleFont публичное свойство

public UIFont TitleFont
Результат UIFont