StyledMultilineElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class StyledMultilineElement : MonoTouch.Dialog.StyledStringElement, MonoTouch.Dialog.IElementSizing
type StyledMultilineElement = class
inherit StyledStringElement
interface IElementSizing
- Inheritance
- Implements
Constructors
StyledMultilineElement(String, Action) | |
StyledMultilineElement(String, String, UITableViewCellStyle) | |
StyledMultilineElement(String, String) | |
StyledMultilineElement(String) |
Fields
Accessory | (Inherited from StyledStringElement) |
Alignment | (Inherited from StringElement) |
Caption |
The caption to display for this given element (Inherited from Element) |
Font | (Inherited from StyledStringElement) |
LineBreakMode | (Inherited from StyledStringElement) |
Lines | (Inherited from StyledStringElement) |
Parent |
Handle to the container object. (Inherited from Element) |
style | (Inherited from StyledStringElement) |
SubtitleFont | (Inherited from StyledStringElement) |
TextColor | (Inherited from StyledStringElement) |
Value | (Inherited from StringElement) |
Properties
BackgroundColor | (Inherited from StyledStringElement) |
BackgroundUri | (Inherited from StyledStringElement) |
CellKey |
Subclasses that override the GetCell method should override this method as well (Inherited from Element) |
DetailColor | (Inherited from StyledStringElement) |
Image | (Inherited from StyledStringElement) |
ImageUri | (Inherited from StyledStringElement) |
IndexPath |
Returns the IndexPath of a given element. This is only valid for leaf elements, it does not work for a toplevel RootElement or a Section of if the Element has not been attached yet. (Inherited from Element) |
Methods
Deselected(DialogViewController, UITableView, NSIndexPath) | (Inherited from Element) |
Dispose() | (Inherited from Element) |
Dispose(Boolean) | (Inherited from Element) |
GetActiveCell() | (Inherited from Element) |
GetCell(UITableView) | (Inherited from StyledStringElement) |
GetContainerTableView() | (Inherited from Element) |
GetHeight(UITableView, NSIndexPath) | |
GetImmediateRootElement() |
If the cell is attached will return the immediate RootElement (Inherited from Element) |
GetKey(Int32) | (Inherited from StyledStringElement) |
Matches(String) |
Method invoked to determine if the cell matches the given text, never invoked with a null value or an empty string. (Inherited from StringElement) |
PrepareCell(UITableViewCell) | (Inherited from StyledStringElement) |
Selected(DialogViewController, UITableView, NSIndexPath) | (Inherited from StringElement) |
Summary() | (Inherited from StringElement) |
Events
AccessoryTapped | (Inherited from StyledStringElement) |
Tapped | (Inherited from StringElement) |
Explicit Interface Implementations
IColorizeBackground.WillDisplay(UITableView, UITableViewCell, NSIndexPath) | (Inherited from StyledStringElement) |
IImageUpdated.UpdatedImage(Uri) | (Inherited from StyledStringElement) |