Developer Docs - Mobile Docs - Text Box

Inherits from Xamarin.Forms.Entry

Come on. Do we really need to explain what a text box is for? But seriously, as the name implies this view provides a place for the user to enter text on a page.

Properties

Example


    

Disabled Styling

When a TextBox has IsEnabled set to False, the text color will be black or white depending on the iOS theme. This may be present in Workflow Entry forms, Prayer Request Details, and other blocks that use this TextBox to display an entry form. Use the Visual State Manager to override this to your desired color. You can add this to your page or even a Layout to affect all of its child pages.


    ...