UISegmentedControl.SetTitle(String, 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.
Set a title for a particular segment.
[Foundation.Export("setTitle:forSegmentAtIndex:")]
public virtual void SetTitle (string title, nint segment);
abstract member SetTitle : string * nint -> unit
override this.SetTitle : string * nint -> unit
Parameters
- title
- String
The title to set.
- segment
- System.System.IntPtr System.nativeint
The segment index.
- Attributes