Name | Description | |
---|---|---|
![]() | AutoHide | Gets or sets a value indicating whether the radial menu should automatically hide on certain events (such as lost focus etc).
The default is true. |
![]() | BorderWidth | Gets or sets the width of the radial menu's outer border.
The default value is 24. |
![]() | ButtonRadius | Gets or sets the radius of the central button.
The default value is 28. |
![]() | CenterOnScreen | Gets or sets the screen coordinates of the menu's center. If the menu is currently invisible (Visible is false), setting this property throws an exception. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Cursor | Gets or sets the cursor used by the radial menu.
The default value is "hand". |
![]() | Enabled | Gets or sets a value indicating whether the radial menu is enabled.
The default is true. |
![]() | Expanded | Gets or sets a value indicating whether the radial menu is currently expanded. If the menu is currently invisible (Visible is false), setting this property throws an exception. |
![]() | HorizontalOffset | Gets or sets the horizontal offset which is used for the tooltip displaying. |
![]() | Image | Gets or sets the image shown in the radial menu's center button. |
![]() | InnerRadius | Gets or sets the radius separating the area filled with items' background color on the outside from the inner area filled with radial menu's own background.
The default value is 70. |
![]() | Items | Gets or sets the collection of items contained in this menu. |
![]() | PlacementTarget | Gets or sets a target control relative to which the radial menu is positioned when it opens. If the PlacementTarget is empty (null), then the radial menu opens relative to the screen. |
![]() | PlacementType | Gets or sets the mode for displaying the radial menu. |
![]() | Radius | Gets or sets the menu radius in the expanded state.
The default value is 160. |
![]() | SectorCount | Gets or sets a value indicating the number of sectors in the control. If sector count is greater then menu items, remaining sectors are shown as an empty space. If the number of sectors is less than the number of menu items, then only as many items as specified in this property are shown A value of -1 means that the number of sectors is equal to the number of items. |
![]() | ShowToolTips | Get or sets whether the control should display tooltips. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | Style | Gets or sets the styles of the radial menu. |
![]() | SuperTooltip | Gets or sets the external instance of C1SuperTooltip class used to display tooltips. |
![]() | TooltipPlacement | Gets or sets the placement of where a tooltip appears on the screen. |
![]() | TooltipPlacementTarget | Gets or sets the element relative to which the tooltip is positioned when it opens. |
![]() | TooltipPosition | Gets or sets the position of the tooltip relative to the radial menu.
The default value is "left". |
![]() | UseAnimation | Gets or sets a value indicating whether the menu should use animation effects.
The default value is true. |
![]() | VerticalOffset | Gets or sets the vertical offset which is used for the tooltip displaying. |
![]() | Visible | Gets a value indicating whether the radial menu is currently visible. |