Radial Segment

Only 8 of them exist, and usually they’re already available on menu open. You can access them directly by the Segments List in Clockwise order

Parameters

CurrentSelection

Gets or Sets the current segment selection scrolling its internal items

int CurrentSelection { get; set; } 
radMenu.Segments[currSeg]:CurrentSelection()

Functions

Add Item

Adds a SegmentItem to the list of this Segment

public void AddItem(SegmentItem item)
radMenu.Segments[curSeg]:AddItem(item)

RemoveItem and RemoveItemAt

Removes an item from the list

public void RemoveItemAt(int index){}
public void RemoveItem(SegmentItem item){}
function RadialSegment:RemoveItem(item)