TodoApp.Controls.DefaultControls.DefaultLabel.DefaultLabel C# (CSharp) Method

DefaultLabel() public method

public DefaultLabel ( ) : Xamarin.Forms
return Xamarin.Forms
        public DefaultLabel()
        {
            VerticalOptions = LayoutOptions.Center;
            TextColor = Color.White;
            FontSize = Device.GetNamedSize(NamedSize.Medium, this);
        }
DefaultLabel