-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathsdk_wpf.json
10 lines (10 loc) · 6.47 KB
/
sdk_wpf.json
1
2
3
4
5
6
7
8
9
10
[{"Name":"Binding ItemsSource","ExampleInfo":{"Name":"Binding ItemsSource","DirectoryName":"BindingItemsSource","ExampleFileNames":["BindingItemsSource_WPF.csproj","App.config","App.xaml","App.xaml.cs","CustomMenuItem.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","ViewModel.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/BindingItemsSource/","Description":"This example demonstrates how to bind a collection of custom objects to the ItemsSource property of RadRadialMenu.","KeyWords":"Binding ItemsSource, collection, custom, objects, radialmenu"},
{"Name":"Customizing the center button","ExampleInfo":{"Name":"Customizing the center button","DirectoryName":"CustomRadialButtonContent","ExampleFileNames":["CustomRadialButtonContent_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/CustomRadialButtonContent/","Description":"This example demonstrates how to customize the ContentTemplate and BackContentTemplate of the RadialMenuButton.","KeyWords":"Customizing the center button, ContentTemplate, BackContentTemplate, RadialMenuButton, customize"},
{"Name":"Custom ToolTip","ExampleInfo":{"Name":"Custom ToolTip","DirectoryName":"CustomTooltip","ExampleFileNames":["CustomTooltip_WPF.csproj","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/CustomTooltip/","Description":"This example demonstrates how to customize the ToolTipContent and MenuToolTipStyle of the RadRadialMenuItem.","KeyWords":"Custom ToolTip, customize, ToolTipContent, MenuToolTipStyle, RadRadialMenuItem, radialmenu"},
{"Name":"How to add Commands to RadRadialMenuItems","ExampleInfo":{"Name":"How to add Commands to RadRadialMenuItems","DirectoryName":"ItemCommands","ExampleFileNames":["ItemCommands_WPF.csproj","App.xaml","App.xaml.cs","ExampleViewModel.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","RotateLeftCommand.cs","RotateRightCommand.cs","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/ItemCommands/","Description":"This example demonstrates how to add commands to the RadRadialMenuItems to a RadRadialMenu and RadRadialContextMenu which manipulate an Image's RenderTransform.","KeyWords":"How to add Commands to RadRadialMenuItems, RadRadialMenu, RadRadialContextMenu, RenderTransform"},
{"Name":"Quick mode RadialMenu","ExampleInfo":{"Name":"Quick mode RadialMenu","DirectoryName":"MenuQuickMode","ExampleFileNames":["MenuQuickMode_WPF.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/MenuQuickMode/","Description":"This example demonstrates the expected behavior when the RadRadialMenu.EnableQuickMode is set to True. The default value of that static Boolean property is False. By design when the RadRadialMenu is being shown or closed its animation will be triggered. While that animation is being animated if a different animation is triggered it will not be executed and the initial animation will complete fully. When the EnableQuickMode is set to True that initial animation will be interrupted and the new one will be executed.","KeyWords":"Quick mode RadialMenu, EnableQuickMode, animation"},
{"Name":"Open RadialMenu on show","ExampleInfo":{"Name":"Open RadialMenu on show","DirectoryName":"OpenMenuOnShow","ExampleFileNames":["OpenMenuOnShow_WPF.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/OpenMenuOnShow/","Description":"This example demonstrates how to achieve a behavior where the RadRadialMenu is directly shown in its opened state rather than the default one.","KeyWords":"Open RadialMenu on show, directly"},
{"Name":"RadRadialMenu positioning","ExampleInfo":{"Name":"RadRadialMenu positioning","DirectoryName":"Positioning","ExampleFileNames":["Positioning_WPF.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/Positioning/","Description":"This example demonstrates how to set the postion where the RadRadialMenu would be placed when used a ContextMenu.","KeyWords":"RadRadialMenu positioning, set, position, contextmenu"},
{"Name":"Show/Hide as ContextMenu","ExampleInfo":{"Name":"Show/Hide as ContextMenu","DirectoryName":"ShowHideAsContextMenu","ExampleFileNames":["ShowHideAsContextMenu_WPF.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/ShowHideAsContextMenu/","Description":"This example demonstrates how to set different events in order to show and hide the RadRadialMenu when it is used as ContextMenu of an element. The events could be set via the ShowEventName and HideEventName properties of the control or via KeyBinding.","KeyWords":"Show/Hide as ContextMenu, radialmenu, events, ShowEventName, HideEventName, KeyBinding "},
{"Name":"Declaring RadRadialMenu as ContextMenu","ExampleInfo":{"Name":"Declaring RadRadialMenu as ContextMenu","DirectoryName":"SimpleRadialContextMenu","ExampleFileNames":["SimpleRadialContextMenu_WPF.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/SimpleRadialContextMenu/","Description":"\r\nThis example demonstrates how to declare the RadRadialMenu as a ContextMenu of a control.","KeyWords":"Declaring RadRadialMenu as ContextMenu"},
{"Name":"Declaring standalone RadRadialMenu","ExampleInfo":{"Name":"Declaring standalone RadRadialMenu","DirectoryName":"SimpleRadialMenu","ExampleFileNames":["SimpleRadialMenu_WPF.csproj","App.config","App.xaml","App.xaml.cs","Example.xaml","Example.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SDK icon.ico"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/RadialMenu/SimpleRadialMenu/","Description":"This example demonstrates how to declare the RadRadialMenu as a standalone menu.","KeyWords":"Declaring standalone RadRadialMenu, declare, menu "}]