InteractableToggleCollection.CurrentIndex Property
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.
The current index in the array of interactable toggles
public:
property int CurrentIndex { int get(); void set(int value); };
public int CurrentIndex { get; set; }
member this.CurrentIndex : int with get, set
Public Property CurrentIndex As Integer