UISegmentedControl.TitleAt(nint) Method

Definition

Allows the title for a particular segment to be retrieved.

[Foundation.Export("titleForSegmentAtIndex:")]
public virtual string TitleAt (nint segment);
abstract member TitleAt : nint -> string
override this.TitleAt : nint -> string

Parameters

segment
System.System.IntPtr System.nativeint

The segment index to return the title for.

Returns

The title for a given segment

Attributes

Remarks

Retuns null if a title has not been set.

Applies to