StyledMultilineElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class StyledMultilineElement : MonoTouch.Dialog.StyledStringElement, MonoTouch.Dialog.IElementSizing
type StyledMultilineElement = class
inherit StyledStringElement
interface IElementSizing
- 继承
- 实现
构造函数
| StyledMultilineElement(String, Action) | |
| StyledMultilineElement(String, String, UITableViewCellStyle) | |
| StyledMultilineElement(String, String) | |
| StyledMultilineElement(String) |
字段
| 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。 这仅适用于叶元素,如果尚未附加元素,则不适用于 toplevel 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) |