Entry.ReturnType Property

Definition

Determines what the return key on the on-screen keyboard should look like. This is a bindable property.

public:
 property Microsoft::Maui::ReturnType ReturnType { Microsoft::Maui::ReturnType get(); void set(Microsoft::Maui::ReturnType value); };
public Microsoft.Maui.ReturnType ReturnType { get; set; }
member this.ReturnType : Microsoft.Maui.ReturnType with get, set
Public Property ReturnType As ReturnType

Property Value

An enumeration value that controls the appearance of the return button.

Applies to