Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion uwp/Menu/Animation-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Animation Support in UWP Menu (SfMenu)

`SfMenu` supports animation types to open the submenu pop-up. The following animation types are supported by `SfMenu`:
The `SfMenu` provides various animation types for displaying submenu pop-ups. The supported animation types are:

* Fade
* Slide
Expand Down
2 changes: 1 addition & 1 deletion uwp/Menu/Expand-Modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Expand Modes in UWP Menu (SfMenu)

Expand Modes in `SfMenu` is used to open the submenu of each `SfMenuItem`, which is added in `SfMenu` by doing click to open the submenu or by doing mouse hover to open the submenu. `SfMenu` supports two kinds of Expand Modes, namely `ExpandOnClick` and `ExpandOnMouseOver` Expand Modes which can be obtained by using the `ExpandMode` property. By default submenu items opened by mouse over on `SfMenuItem`.
The `SfMenu` provides two expand modes for opening the submenu of an `SfMenuItem`: `ExpandOnClick` and `ExpandOnMouseOver`. These modes allow the submenu to open either by clicking the menu item or by hovering the mouse over it. The expand mode can be configured using the `ExpandMode` property. By default, a submenu opens when the mouse hovers over an `SfMenuItem`.

## Open SubMenu on Click

Expand Down
2 changes: 1 addition & 1 deletion uwp/Menu/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

This section explains how to create the `SfMenu` control.

## Adding SfMenu Control
## Adding UWP Menu Control

Create a Universal Windows Platform project in Visual Studio and refer to the following assemblies.

Expand Down
2 changes: 1 addition & 1 deletion uwp/Menu/Orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Orientation in UWP Menu (SfMenu)

The `SfMenu` control can align its content vertically and horizontally by using the `Orientation` property of the `SfMenu`.
The `SfMenu` control can align its content vertically and horizontally by using the `Orientation` property.

## Change Orientation of SfMenuItem

Expand Down
2 changes: 1 addition & 1 deletion uwp/Menu/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation: ug

# About Syncfusion® UWP Menu (SfMenu) Control

`SfMenu` control allows the hierarchal organization of elements that are associated with commands and event handlers. `SfMenu` contains a collection of `SfMenuItem`, which can be expanded to display additional SfMenuItem's or to perform a specific action when clicked.
The `SfMenu` supports the hierarchical organization of items associated with commands and event handlers. It contains a collection of `SfMenuItem` objects that can be expanded to display additional menu items or perform a specific action when clicked.

## Features:

Expand Down
2 changes: 1 addition & 1 deletion uwp/Menu/Populating-Items.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ MenuCollection.Add(new Model() { Header = "Layout" });

{% endtabs%}

`SfMenu` control is populated as follows:
UWP Menu control is populated as follows:

![Populating-Items-img1](Populating-Items-images/Populating-Items-img1.jpg)

Expand Down
8 changes: 4 additions & 4 deletions uwp/Radial-Menu/Appearance-and-Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

## Radius

RadiusX and RadiusY properties in the SfRadialMenu can be used to define the X and Y axis radius to render the control.
RadiusX and RadiusY properties in the UWP Radial Menu can be used to define the X and Y axis radius to render the control.

{% tabs %}

Expand Down Expand Up @@ -143,7 +143,7 @@ radialMenu.RimActiveBrush = New SolidColorBrush(Colors.Red)

## RimRadiusFactor

RimRadiusFactor property of SfRadialMenu can be used to set the radius of the items panel. Lowest values to this factor increases the thickness of the outer rim. Highest values to this factor decreases the thickness of the outer rim.
RimRadiusFactor property of UWP Radial Menu can be used to set the radius of the items panel. Lowest values to this factor increases the thickness of the outer rim. Highest values to this factor decreases the thickness of the outer rim.

{% tabs %}

Expand Down Expand Up @@ -176,7 +176,7 @@ radialMenu.RimRadiusFactor = 0.7

## Navigation Button Style

The navigation button displayed in the center of SfRadialMenu can be styled using NavigationButtonStyle property.
The navigation button displayed in the center of UWP Radial Menu can be styled using NavigationButtonStyle property.

{% tabs %}

Expand All @@ -192,7 +192,7 @@ IsOpen="True" />

## Editing SubMenu Items Programmatically

With the DrillDownItem property, you can access and edit submenu items of SfRadialMenu at various hierarchy levels programmatically. The following code example and screen shot illustrate this.
With the DrillDownItem property, you can access and edit submenu items of UWP Radial Menu at various hierarchy levels programmatically. The following code example and screen shot illustrate this.
{% tabs %}
{% highlight xaml %}

Expand Down
6 changes: 3 additions & 3 deletions uwp/Radial-Menu/Checkable-Items.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Checkable Items in UWP Radial Menu (SfRadialMenu)

SfRadialMenu items can be checked.
UWP Radial Menu items can be checked.

## Check Mode

Expand All @@ -23,11 +23,11 @@ The CheckMode property for a radial menu item includes the following options:

## Group Name

The GroupName property of the SfRadialMenu item can be used to group the items in the same level. This property is useful when the CheckMode property of those items is set to RadioButton.
The GroupName property of the radial menu item can be used to group the items in the same level. This property is useful when the CheckMode property of those items is set to RadioButton.

### IsChecked

IsChecked property of SfRadialMenu item can be used to get or set the checked state of an item.
IsChecked property of radial menu item can be used to get or set the checked state of an item.

{% tabs %}

Expand Down
2 changes: 1 addition & 1 deletion uwp/Radial-Menu/Enable-Free-Rotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Enable Free Rotation in UWP Radial Menu (SfRadialMenu)

EnableFreeRotation property enable/disable rotation behavior of SfRadialMenu.
EnableFreeRotation property enable/disable rotation behavior of UWP Radial Menu.

{% tabs %}

Expand Down
2 changes: 1 addition & 1 deletion uwp/Radial-Menu/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Assembly : Syncfusion.SfRadialMenu.UWP

Dependent assembly: Syncfusion.SfShared.UWP

The following code sample shows how to create the SfRadialMenu from code-behind and XAML.
The following code sample shows how to create the UWP Radial Menu from code-behind and XAML.
{% tabs %}
{% highlight xaml %}
<Page xmlns:navigation="using:Syncfusion.UI.Xaml.Controls.Navigation">
Expand Down
2 changes: 1 addition & 1 deletion uwp/Radial-Menu/Icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Icon in UWP Radial Menu (SfRadialMenu)

The Icon property of the SfRadialMenu is used to customize the icon displayed in the center of RadialMenu circle.
The `Icon` property is used to customize the icon displayed at the center of the UWP Radial Menu.

{% tabs %}

Expand Down
4 changes: 2 additions & 2 deletions uwp/Radial-Menu/Layout-Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Layout Types in UWP Radial Menu (SfRadialMenu)

There are two different layout types available for SfRadialMenu.
There are two different layout types available for UWP Radial Menu.

* Default
* Custom
Expand All @@ -18,7 +18,7 @@ Both the layout types divide the available space equally among all the children

## Default

Number of segments in the panel is determined by children count in the level. Hence segment count in each hierarchical level differs. RadialMenuItem is arranged in the sequential order as added in the RadialMenu.
Number of segments in the panel is determined by children count in the level. Hence segment count in each hierarchical level differs. RadialMenuItem is arranged in the sequential order as added in the UWP Radial Menu.

## Custom

Expand Down
2 changes: 1 addition & 1 deletion uwp/Radial-Menu/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# About Syncfusion® UWP Radial Menu (SfRadialMenu) Control

The SfRadialMenu displays a hierarchical menu in a circular layout optimized for touch devices. Typically used as a context menu, it can expose more menu items in the same space than traditional menus.
The UWP Radial Menu displays a hierarchical menu in a circular layout optimized for touch devices. Typically used as a context menu, it can expose more menu items in the same space than traditional menus.

![RadialMenu Example view](Overview_images/Overview_img1.png)

Expand Down
2 changes: 1 addition & 1 deletion uwp/Radial-Menu/Populating-Color-Palette.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation: ug

# Populating Color Palette in UWP Radial Menu (SfRadialMenu)

Color Palette can be formed in SfRadialMenu with the Radial Color Items.
Color Palette can be formed in UWP Radial Menu with the Radial Color Items.

{% tabs %}

Expand Down
12 changes: 6 additions & 6 deletions uwp/Radial-Menu/Populating-Items.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

## Items Source

Radial menu items can be populated with the business object collection. Let us create a SfRadialMenu which will show the list of Application commands.
UWP Radial Menu items can be populated from a collection of business objects. The following example demonstrates how to display a list of application commands.

The Application command model look likes below.

Expand Down Expand Up @@ -146,23 +146,23 @@ Populate the Application command collection as follows.

{% endtabs %}

Bind the Application command collection to the ItemsSource property of the SfRadialMenu control.
Bind the Application command collection to the ItemsSource property of the UWP Radial Menu control.

{% highlight xaml %}

<navigation:SfRadialMenu IsOpen="True" ItemsSource="{Binding Options}"/>

{% endhighlight %}

This will populate the SfRadialMenu as shown in the image below.
This will populate the UWP Radial Menu as shown in the image below.

![RadialMenu Initial view](Populating-Items_images/Populating-Items_img1.png)



### Display Member Path

DisplayMemberPath property of the SfRadialMenu used to define which business model property needs to be displayed inside the header of the SfRadialMenu items.
DisplayMemberPath property of the UWP Radial Menu used to define which business model property needs to be displayed inside the header of the radial menu items.

{% highlight xaml %}

Expand All @@ -179,7 +179,7 @@ DisplayMemberPath="Name"/>

### Command Path

CommandPath property of the SfRadialMenu can be used to bind the command in the business object to the SfRadialMenu item when items are populated using data binding.
CommandPath property of the UWP Radial Menu can be used to bind the command in the business object to the radial menu item when items are populated using data binding.

{% highlight xaml %}

Expand All @@ -194,7 +194,7 @@ CommandPath property of the SfRadialMenu can be used to bind the command in the

### Item Template

ItemTemplate property of the SfRadialMenu can be used to customize the header part of the SfRadialMenu items.
ItemTemplate property of the UWP Radial Menu can be used to customize the header part of the radial menu items.

{% highlight xaml %}

Expand Down