Share via


UISliderTick.Create(Single, String, UIImage) Method

Definition

[Foundation.Export("tickWithPosition:title:image:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UISliderTick Create(float position, string? title, UIKit.UIImage? image);
[<Foundation.Export("tickWithPosition:title:image:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : single * string * UIKit.UIImage -> UIKit.UISliderTick

Parameters

position
Single
title
String
image
UIImage

Returns

Attributes

Applies to