Extends the RoutedCommand class and provides an additional Text attribute for display in a UI.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class RoutedUICommand : RoutedCommand
Visual Basic
Public Class RoutedUICommand _
	Inherits RoutedCommand

Inheritance Hierarchy

System..::..Object
  yWorks.Support.Windows..::..RoutedCommand
    yWorks.Support.Windows..::..RoutedUICommand

See Also