| Name | Description |
---|
 | autoCollapse | Gets or sets a value indicating whether the menu will automatically collapse when the user taps outside of its bounding circle. |
 | background | Gets or sets the outer circle background color. |
 | border | Gets or sets the outer circle border color. |
 | center | Gets or sets the center item. |
 | element | Gets the DOM element that hosts this control. |
 | expanded | Gets or sets a value indicating whether the menu is expanded. |
 | initialized | Indicates whether the control is initialized. |
 | innerBackground | Gets or sets the inner circle background color. |
 | items | Gets or sets all the items in the menu. |
 | offsetLeft | Gets or sets the left offset of the radial menu in pixels relative to the target HTML element and specified position. This property requires that a valid target is specifies. |
 | offsetTop | Gets or sets the top offset of the radial menu in pixels relative to the target HTML element and specified position. This property requires that a valid target is specifies. |
 | popup | Gets the popup element that contains the radial menu elements. |
 | position | Gets or sets the position of the radial menu relative to the target HTML element. This property requires that a valid target is specified. Accepted values are "top", "bottom", "left", "right", "center", "top left", "top right", "bottom left" and "bottom right". Default value is "right". |
 | radius | Gets or sets the radius of the radial menu. |
 | startAngle | Gets or sets the start angle of the first radial sector in the menu. |
 | target | Gets or sets the target HTML element or CSS selector for which the radial menu will be shown. If null, the menu popup is positioned at the control's element location. |
 | transitions | Enables or disables menu transitions. |
 | trigger | Gets or sets the target element's trigger action that will show this menu. This property requires that a valid target is specified. Available options are "tap", "hover", "focus", "select" and "none". Default is "tap". |
 | visible | Gets or sets a value indicating whether the menu is visible. |