C# Класс MonoMobile.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
SubtitleFont UIFont
TextColor UIColor

Защищенные свойства (Protected)

Свойство Тип Описание
style UITableViewCellStyle

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

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

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

Метод Описание
GetKey ( int style ) : string
PrepareCell ( UITableViewCell cell ) : void

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

Метод Описание
AccessoryTap ( ) : void
ClearBackground ( UITableViewCell cell ) : void
IColorizeBackground ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
IImageUpdated ( Uri uri ) : void
OnImageInfo ( ) : ExtraInfo

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

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

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

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

protected GetKey ( int style ) : string
style int
Результат string

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

protected PrepareCell ( UITableViewCell cell ) : void
cell UITableViewCell
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

style защищенное свойство

protected UITableViewCellStyle style
Результат UITableViewCellStyle