Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Package SiliconStudio.Presentation.Controls.Commands

Classes

class  ControlCommands
 This class provides an instance of all commands in the namespace SiliconStudio.Presentation.Controls.Commands. These instances can be used in XAML with the StaticExtension markup extension. More...
 
class  NamespaceDoc
 The SiliconStudio.Presentation.Controls.Commands namespace contains useful commands to apply on WPF controls. These commands usually only affects the properties of a control, and does not require a view model. The control to affect is usually passed as a parameter of the command. To use these commands in XAML file, a ControlCommands static class is provided, which contains a static instance of all commands. See the StaticExtension for more information. More...