TodoApp.Controls.DefaultControls.DefaultLabel.DefaultLabel C# (CSharp) 메소드

DefaultLabel() 공개 메소드

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