C# Класс MonoMobile.Dialog.UIViewElement

This element can be used to insert an arbitrary UIView
There is no cell reuse here as we have a 1:1 mapping in this case from the UIViewElement to the cell that holds our view.
Наследование: Element, IElementSizing
Показать файл Открыть проект

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

Свойство Тип Описание
Flags CellFlags

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

Свойство Тип Описание
View UIView

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

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
UIViewElement ( string caption, UIView view, bool transparent ) : System

Constructor

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

Метод Описание
Dispose ( bool disposing ) : void

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

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

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

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

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

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

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

Constructor
public UIViewElement ( string caption, UIView view, bool transparent ) : System
caption string /// The caption, only used for RootElements that might want to summarize results ///
view UIView /// The view to display ///
transparent bool /// If this is set, then the view is responsible for painting the entire area, /// otherwise the default cell paint code will be used. ///
Результат System

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

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

public CellFlags Flags
Результат CellFlags

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

protected UIView View
Результат UIView