StickyNoteControl.InkCommand Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a command whose Execute(Object, IInputElement) method will switch the cursor in an ink sticky note to one of several possible modes, including draw and erase.
public: static initonly System::Windows::Input::RoutedCommand ^ InkCommand;
public static readonly System.Windows.Input.RoutedCommand InkCommand;
staticval mutable InkCommand : System.Windows.Input.RoutedCommand
Public Shared ReadOnly InkCommand As RoutedCommand
Field Value
Remarks
When used, the InkCommand takes a parameter of type InkCanvasEditingMode. The command's Execute method will put the cursor in the mode specified by the parameter.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.