'Declaration <DescriptionAttribute("The cursor of this tool when action of tool is executing.")> <CategoryAttribute("Appearance")> Public Overrides Property ActionCursor As System.Windows.Input.Cursor
[Description("The cursor of this tool when action of tool is executing.")] [Category("Appearance")] public override System.Windows.Input.Cursor ActionCursor { get; set; }
[Description("The cursor of this tool when action of tool is executing.")] [Category("Appearance")] public: __property System.Windows.Input.Cursor* get_ActionCursor(); override; public: __property void set_ActionCursor(
System.Windows.Input.Cursor* value
); override;
[Description("The cursor of this tool when action of tool is executing.")] [Category("Appearance")] public:
property System.Windows.Input.Cursor^ ActionCursor { System.Windows.Input.Cursor^ get() override;; void set(System.Windows.Input.Cursor^ value) override;; }