UICalendarViewDecoration.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Create(Func<UIView>) | |
| Create(UIImage) | |
| Create(UIColor, UICalendarViewDecorationSize) | |
| Create(UIImage, UIColor, UICalendarViewDecorationSize) |
Create(Func<UIView>)
[Foundation.Export("decorationWithCustomViewProvider:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICalendarViewDecoration Create(Func<UIKit.UIView> customViewProvider);
[<Foundation.Export("decorationWithCustomViewProvider:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Func<UIKit.UIView> -> UIKit.UICalendarViewDecoration
Parameters
Returns
- Attributes
Applies to
Create(UIImage)
[Foundation.Export("decorationWithImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICalendarViewDecoration Create(UIKit.UIImage? image);
[<Foundation.Export("decorationWithImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIImage -> UIKit.UICalendarViewDecoration
Parameters
- image
- UIImage
Returns
- Attributes
Applies to
Create(UIColor, UICalendarViewDecorationSize)
[Foundation.Export("decorationWithColor:size:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICalendarViewDecoration Create(UIKit.UIColor? color, UIKit.UICalendarViewDecorationSize size);
[<Foundation.Export("decorationWithColor:size:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIColor * UIKit.UICalendarViewDecorationSize -> UIKit.UICalendarViewDecoration
Parameters
- color
- UIColor
Returns
- Attributes
Applies to
Create(UIImage, UIColor, UICalendarViewDecorationSize)
[Foundation.Export("decorationWithImage:color:size:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UICalendarViewDecoration Create(UIKit.UIImage? image, UIKit.UIColor? color, UIKit.UICalendarViewDecorationSize size);
[<Foundation.Export("decorationWithImage:color:size:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIImage * UIKit.UIColor * UIKit.UICalendarViewDecorationSize -> UIKit.UICalendarViewDecoration
Parameters
- image
- UIImage
- color
- UIColor
Returns
- Attributes