set the label value from c# method xamarin

<Label Text= "" x:Name="title" FontSize="Medium"/>
title.Text = result.title;