Свойство | Тип | Описание | |
---|---|---|---|
Alignment | object |
Свойство | Тип | Описание | |
---|---|---|---|
_caption | Android.Widget.TextView | ||
_text | Android.Widget.TextView |
Метод | Описание | |
---|---|---|
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
Matches ( string text ) : bool | ||
StringElement ( string caption ) : System | ||
StringElement ( string caption, int layoutId ) : System | ||
StringElement ( string caption, string value ) : System | ||
StringElement ( string caption, string value, int layoutId ) : System | ||
Summary ( ) : string |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | 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 | |
Результат | Android.Views.View |
public StringElement ( string caption ) : System | ||
caption | string | |
Результат | System |
public StringElement ( string caption, int layoutId ) : System | ||
caption | string | |
layoutId | int | |
Результат | System |
public StringElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
Результат | System |
public StringElement ( string caption, string value, int layoutId ) : System | ||
caption | string | |
value | string | |
layoutId | int | |
Результат | System |
protected TextView,Android.Widget _caption | ||
Результат | Android.Widget.TextView |