For a list of all members of this type, see RadialMenuModel members.
Name | Description | |
---|---|---|
![]() | CenterButtonClosedFill | Returns or sets the background of the center button of the menu when the IsOpen property is false. |
![]() | CenterButtonClosedStroke | Returns or sets the brush used for the outline of the ring of the center button when the IsOpen property is false. |
![]() | CenterButtonContentHeight | Returns or sets the height of the center button content. |
![]() | CenterButtonContentWidth | Returns or sets the width of the center button content. |
![]() | CenterButtonFill | Returns or sets the background of the center button of the menu when the IsOpen property is true. |
![]() | CenterButtonHotTrackFill | Returns or sets the background of the center button of the menu when under the pointer. |
![]() | CenterButtonHotTrackStroke | Returns or sets the brush used for the outline of the ring of the center button when under the pointer. |
![]() | CenterButtonStroke | Returns or sets the brush used for the outline of the ring of the center button when the IsOpen is true. |
![]() | CenterButtonStrokeThickness | Returns or sets the width of the outline of the inner rings of the menu. |
![]() | ClientEvents | Set 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) |
![]() | CurrentOpenMenuItemName | The name of the child whose children should be displayed within the menu. |
![]() | Font | The font for the control |
![]() | Height | Gets or sets the height of the igRadialMenu container. |
![]() | HtmlAttributes | Sets custom attributes of the div on which the gauge widget will be created. |
![]() | ID | Gets or sets the ID of the igRadialGauge container. |
![]() | IsOpen | Returns or sets a boolean indicating whether the items of the menu are currently displayed. When closed, only the center button is rendered. |
![]() | Items | The root items for the menu. |
![]() | MenuBackground | Returns or sets the brush for the backing of the radial menu. |
![]() | MenuItemOpenCloseAnimationDuration | Returns or sets the duration of the animation performed when the IsOpen property is changed. |
![]() | MenuOpenCloseAnimationDuration | Returns or sets the duration of the animation performed when the IsOpen property is changed. |
![]() | MinWedgeCount | Returns or sets the minimum number of wedges displayed by the menu. |
![]() | OuterRingFill | Returns or sets the background of the outer ring of the menu. |
![]() | OuterRingStroke | Returns or sets the brush used for the outline of the outer ring. |
![]() | OuterRingStrokeThickness | Returns or sets the width of the outline of the outer ring of the menu. |
![]() | OuterRingThickness | Returns or sets the thickness of the outer ring of the menu. |
![]() | PixelScalingRatio | |
![]() | RotationAsPercentageOfWedge | Returns or sets the starting angle of the items expressed as the percentage of the width of a single wedge/slice. |
![]() | RotationInDegrees | Returns or sets the starting angle of the items in degrees. |
![]() | WedgePaddingInDegrees | Returns or sets the amount of padding around each wedge in degrees. |
![]() | Width | Gets or sets the width of the igRadialMenu container. |
Name | Description | |
---|---|---|
![]() | Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub