次の方法で共有


StyledMultilineElement クラス

定義

public class StyledMultilineElement : MonoTouch.Dialog.StyledStringElement, MonoTouch.Dialog.IElementSizing
type StyledMultilineElement = class
    inherit StyledStringElement
    interface IElementSizing
継承
実装

コンストラクター

StyledMultilineElement(String)
StyledMultilineElement(String, Action)
StyledMultilineElement(String, String)
StyledMultilineElement(String, String, UITableViewCellStyle)

フィールド

Accessory (継承元 StyledStringElement)
Alignment (継承元 StringElement)
Caption

この指定された要素に表示するキャプション

(継承元 Element)
Font (継承元 StyledStringElement)
LineBreakMode (継承元 StyledStringElement)
Lines (継承元 StyledStringElement)
Parent

コンテナー オブジェクトへのハンドル。

(継承元 Element)
style (継承元 StyledStringElement)
SubtitleFont (継承元 StyledStringElement)
TextColor (継承元 StyledStringElement)
Value (継承元 StringElement)

プロパティ

BackgroundColor (継承元 StyledStringElement)
BackgroundUri (継承元 StyledStringElement)
CellKey

GetCell メソッドをオーバーライドするサブクラスも、このメソッドをオーバーライドする必要があります

(継承元 Element)
DetailColor (継承元 StyledStringElement)
Image (継承元 StyledStringElement)
ImageUri (継承元 StyledStringElement)
IndexPath

特定の要素の IndexPath を返します。 これはリーフ要素に対してのみ有効です。要素がまだアタッチされていない場合は、最上位レベルの RootElement または の Section では機能しません。

(継承元 Element)

メソッド

Deselected(DialogViewController, UITableView, NSIndexPath) (継承元 Element)
Dispose() (継承元 Element)
Dispose(Boolean) (継承元 Element)
GetActiveCell() (継承元 Element)
GetCell(UITableView) (継承元 StyledStringElement)
GetContainerTableView() (継承元 Element)
GetHeight(UITableView, NSIndexPath)
GetImmediateRootElement()

セルがアタッチされている場合は、直ちに RootElement が返されます

(継承元 Element)
GetKey(Int32) (継承元 StyledStringElement)
Matches(String)

セルが指定されたテキストと一致するかどうかを判断するために呼び出されるメソッド。null 値または空の文字列で呼び出されることはありません。

(継承元 StringElement)
PrepareCell(UITableViewCell) (継承元 StyledStringElement)
Selected(DialogViewController, UITableView, NSIndexPath) (継承元 StringElement)
Summary() (継承元 StringElement)

イベント

AccessoryTapped (継承元 StyledStringElement)
Tapped (継承元 StringElement)

明示的なインターフェイスの実装

IColorizeBackground.WillDisplay(UITableView, UITableViewCell, NSIndexPath) (継承元 StyledStringElement)
IImageUpdated.UpdatedImage(Uri) (継承元 StyledStringElement)

適用対象