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

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

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

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

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

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

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

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

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

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

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

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

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

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

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