Version 20.1

RadialMenuItemBaseModel Class Properties

For a list of all members of this type, see RadialMenuItemBaseModel members.

Public Properties
 NameDescription
Public PropertyAutoRotateChildrenReturns or sets a boolean indicating if the children should be rotated to align with the location of this element.  
Public PropertyCheckedHighlightBrushReturns or sets the brush used for the arc displayed within the tool when checked.  
Public PropertyClientEventsSet implementations of client events raised by a widget.

Event handler assumes 2 parameters: 1st parameter has name "evt" and 2nd parameter has name "ui". To get information about member variables available for "ui" parameter, please consult documentation of a widget and its events.

Examples:

1. Full implementation:

new Dictionary<string, string> { { "dropDownOpening", "function(evt,ui){alert('drop:'+ui.owner);}" } }

2. Content of inline function:

new Dictionary<string, string> { { "dropDownOpening", "alert('drop:'+ui.owner);" } }

3. Name of global function:

new Dictionary<string, string> { { "dropDownOpening", "nameOfGlobalFunction" } } Note:

Instead of explicit key-strings, which represent name of event exposed by a widget, the event-constants defined by a particular control can be used.

Example:

new Dictionary<string, string> { { ComboClientEvents.DropDownOpening, "nameOfGlobalFunction" } } (Inherited from Infragistics.Web.Mvc.ModelWidgetBase)
Public PropertyForegroundReturns or sets the foreground for the inner area of the item.  
Public PropertyHighlightBrushReturns or sets the brush used for the arc displayed within the tool when hot tracked.  
Public PropertyInnerAreaFillReturns or sets the background of the inner area of the menu item.  
Public PropertyInnerAreaHotTrackFillReturns or sets the brush for the background of the inner area of the menu item that is under the pointer.  
Public PropertyInnerAreaHotTrackStrokeReturns or sets the brush for the default border of the inner area for the menu item that is under the pointer.  
Public PropertyInnerAreaStrokeReturns or sets the brush for the default border of the inner area for the menu item.  
Public PropertyInnerAreaStrokeThicknessReturns or sets the thickness of the border for the inner area for the menu item.  
Public PropertyIsEnabledReturns or sets a boolean indicating whether the item is enabled.  
Public PropertyIsToolTipEnabledReturns or sets a boolean indicating if a tooltip may be displayed for the item.  
Public PropertyNameThe name of the item  
Public PropertyOuterRingButtonFillReturns or sets the default background of the button within the outer ring for a menu item.  
Public PropertyOuterRingButtonForegroundReturns or sets the brush for the foreground of the buttons in the outer ring of the menu.  
Public PropertyOuterRingButtonHotTrackFillReturns or sets the brush for the background of the button within the outer ring for a menu item that is under the pointer.  
Public PropertyOuterRingButtonHotTrackForegroundReturns or sets the foreground of the buttons in the outer ring of the menu that is under the pointer.  
Public PropertyOuterRingButtonHotTrackStrokeReturns or sets the brush for the default border of the button within the outer ring for a menu item that is under the pointer.  
Public PropertyOuterRingButtonStrokeReturns or sets the brush for the default border of the button within the outer ring for a menu item.  
Public PropertyOuterRingButtonStrokeThicknessReturns or sets the width of the outline of a button in the outer ring of the menu.  
Public PropertyWedgeIndexReturns or sets the wedge at which the item should be positioned.  
Public PropertyWedgeSpanReturns or sets the number of wedges that the item should occupy.  
Protected Properties
 NameDescription
Protected PropertyItemTypeReturns a string used to identify the type of item to be created.  
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub