UISegmentedControl.TitleAt(nint) 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.
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.