Share via


UIHoverStyle.Create Method

Definition

Overloads

Create(UIShape)

[Foundation.Export("styleWithShape:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIHoverStyle Create(UIKit.UIShape? shape);
[<Foundation.Export("styleWithShape:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIShape -> UIKit.UIHoverStyle

Parameters

shape
UIShape

Returns

Attributes

Applies to

Create(IUIHoverEffect, UIShape)

[Foundation.Export("styleWithEffect:shape:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIHoverStyle Create(UIKit.IUIHoverEffect effect, UIKit.UIShape? shape);
[<Foundation.Export("styleWithEffect:shape:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.IUIHoverEffect * UIKit.UIShape -> UIKit.UIHoverStyle

Parameters

shape
UIShape

Returns

Attributes

Applies to