xamarin-macios/tests/generator/desk79124.cs

15 строки
347 B
C#

using System.Drawing;
using System;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using MonoTouch.ObjCRuntime;
namespace Desk79124 {
[BaseType (typeof (UIView))]
public interface WYPopoverBackgroundView : IUIAppearance {
[Export ("glossShadowOffset", ArgumentSemantic.Assign)]
[Appearance]
SizeF GlossShadowOffset { get; set; }
}
}