C# Класс MonoTouch.Dialog.StyledStringElement

A version of the StringElement that can be styled with a number of formatting options and can render images or background images either from UIImage parameters or by downloading them from the net.
Наследование: StringElement, IImageUpdated, IColorizeBackground
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Accessory UITableViewCellAccessory
Font UIFont
LineBreakMode UILineBreakMode
Lines int
TextColor UIColor

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

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

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

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

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

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

public StyledStringElement ( string caption ) : System
caption string
Результат System

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

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

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

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

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

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

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

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

public UITableViewCellAccessory Accessory
Результат UITableViewCellAccessory

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

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

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

public UILineBreakMode LineBreakMode
Результат UILineBreakMode

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

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

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

public UIColor TextColor
Результат UIColor