Property | Type | Description | |
---|---|---|---|
Alignment | object |
Property | Type | Description | |
---|---|---|---|
_caption | Android.Widget.TextView | ||
_text | Android.Widget.TextView |
Method | Description | |
---|---|---|
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
Matches ( string text ) : bool | ||
Selected ( ) : void | ||
StringElement ( string caption ) : System | ||
StringElement ( string caption, System.Action clicked ) : System | ||
StringElement ( string caption, int layoutId ) : System | ||
StringElement ( string caption, string value ) : System | ||
StringElement ( string caption, string value, System.Action clicked ) : System | ||
StringElement ( string caption, string value, int layoutId ) : System | ||
Summary ( ) : string |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
context | Android.Content.Context | |
convertView | Android.Views.View | |
parent | Android.Views.ViewGroup | |
return | Android.Views.View |
public StringElement ( string caption ) : System | ||
caption | string | |
return | System |
public StringElement ( string caption, System.Action clicked ) : System | ||
caption | string | |
clicked | System.Action | |
return | System |
public StringElement ( string caption, int layoutId ) : System | ||
caption | string | |
layoutId | int | |
return | System |
public StringElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
return | System |
public StringElement ( string caption, string value, System.Action clicked ) : System | ||
caption | string | |
value | string | |
clicked | System.Action | |
return | System |
public StringElement ( string caption, string value, int layoutId ) : System | ||
caption | string | |
value | string | |
layoutId | int | |
return | System |
protected TextView,Android.Widget _caption | ||
return | Android.Widget.TextView |