Exemple #1
0
 public SIAlertBackgroundWindow(SIAlertViewBackgroundStyle backgroundStyle, RectangleF frame) : base(frame)
 {
     _Style           = backgroundStyle;
     AutoresizingMask = UIViewAutoresizing.FlexibleWidth | UIViewAutoresizing.FlexibleHeight;
     Opaque           = false;
     WindowLevel      = Constants.UIWindowLevelSIAlertBackground;
 }
 public SIAlertBackgroundWindow(SIAlertViewBackgroundStyle backgroundStyle, CGRect frame) : base(frame)
 {
     _Style = backgroundStyle;
     AutoresizingMask = UIViewAutoresizing.FlexibleWidth | UIViewAutoresizing.FlexibleHeight;
     Opaque = false;
     WindowLevel = Constants.UIWindowLevelSIAlertBackground;
 }