C# Класс CrossUI.iOS.Dialog.Elements.MultilineElement

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

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

Метод Описание
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
MultilineElement ( string caption = "" ) : CoreGraphics
MultilineElement ( string caption, System.Action tapped ) : CoreGraphics
MultilineElement ( string caption, string value ) : CoreGraphics

Защищенные методы

Метод Описание
GetCellImpl ( UITableView tv ) : UITableViewCell

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

GetCellImpl() защищенный Метод

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

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

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Результат nfloat

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

public MultilineElement ( string caption = "" ) : CoreGraphics
caption string
Результат CoreGraphics

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

public MultilineElement ( string caption, System.Action tapped ) : CoreGraphics
caption string
tapped System.Action
Результат CoreGraphics

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

public MultilineElement ( string caption, string value ) : CoreGraphics
caption string
value string
Результат CoreGraphics