public static void SetBackgroundColor(this ICleverTapInboxStyleConfig This, global::UIKit.UIColor value)
 {
     if (value == null)
     {
         throw new ArgumentNullException("value");
     }
     global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr(This.Handle, Selector.GetHandle("setBackgroundColor:"), value.Handle);
 }
示例#2
0
 public virtual void SetTextColor(global::UIKit.UIColor color)
 {
     throw new PlatformNotSupportedException(Constants.WatchKitRemoved);
 }
 public virtual void SetColor(global::UIKit.UIColor color)
 {
     throw new PlatformNotSupportedException("The WatchKit framework has been removed from iOS");
 }
 public static void SetPrimaryColor(this global::UIKit.UINavigationController This, global::UIKit.UIColor primaryColor)
 {
     if (primaryColor == null)
     {
         throw new ArgumentNullException("primaryColor");
     }
     global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr(This.Handle, Selector.GetHandle("setPrimaryColor:"), primaryColor.Handle);
 }
 public static void SetTouchStatusBackgroundColor(this IBDKCollectionIndexView This, global::UIKit.UIColor value)
 {
     if (value == null)
     {
         throw new ArgumentNullException("value");
     }
     global::ApiDefinition.Messaging.void_objc_msgSend_IntPtr(This.Handle, Selector.GetHandle("setTouchStatusBackgroundColor:"), value.Handle);
 }