C# Class CrossUI.iOS.Dialog.Elements.StyledMultilineElement

Inheritance: StyledStringElement, IElementSizing
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
StyledMultilineElement ( string caption = "" ) : CoreGraphics
StyledMultilineElement ( string caption, System.Action tapped ) : CoreGraphics
StyledMultilineElement ( string caption, string value ) : CoreGraphics
StyledMultilineElement ( string caption, string value, UITableViewCellStyle style ) : CoreGraphics

Method Details

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

StyledMultilineElement() public method

public StyledMultilineElement ( string caption = "" ) : CoreGraphics
caption string
return CoreGraphics

StyledMultilineElement() public method

public StyledMultilineElement ( string caption, System.Action tapped ) : CoreGraphics
caption string
tapped System.Action
return CoreGraphics

StyledMultilineElement() public method

public StyledMultilineElement ( string caption, string value ) : CoreGraphics
caption string
value string
return CoreGraphics

StyledMultilineElement() public method

public StyledMultilineElement ( string caption, string value, UITableViewCellStyle style ) : CoreGraphics
caption string
value string
style UITableViewCellStyle
return CoreGraphics