EntryAttribute.ClearButtonMode Field
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.
Controls whether the standard clear button widget appears on the entry.
public UIKit.UITextFieldViewMode ClearButtonMode;
val mutable ClearButtonMode : UIKit.UITextFieldViewMode
Field Value
Remarks
class Login {
[Entry ("Url", ClearButtonMode = UITextFieldViewMode.WhileEditing)]
string url;
}