Ejemplo n.º 1
0
            public virtual void SetTitleTextAttributes(UITextAttributes attributes)
            {
                if (attributes == null)
                    throw new ArgumentNullException ("attributes");

                _TitleTextAttributes = attributes.ToDictionary ();
            }
Ejemplo n.º 2
0
            public virtual void SetTitleTextAttributes(UITextAttributes attributes)
            {
                if (attributes == null)
                {
                    throw new ArgumentNullException("attributes");
                }

                _TitleTextAttributes = attributes.ToDictionary();
            }