Plugin.Toasts.MessageView.MessageView C# (CSharp) Method

MessageView() static private method

static private MessageView ( ) : System
return System
        static MessageView()
        {
            TitleFont = UIFont.BoldSystemFontOfSize(16.0f);
            DescriptionFont = UIFont.SystemFontOfSize(14.0f);
            TitleColor = UIColor.FromWhiteAlpha(1.0f, 1.0f);
            DescriptionColor = UIColor.FromWhiteAlpha(1.0f, 1.0f);
        }

Same methods

MessageView::MessageView ( NSString title, NSString description, ToastNotificationType type ) : System
MessageView::MessageView ( string title, string description, ToastNotificationType type, Action onDismiss, System.TimeSpan duration ) : System