'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The cursor of this tool when selection is dragging.")> Public Property DragCursor As System.Windows.Input.Cursor
[Category("Appearance")] [Description("The cursor of this tool when selection is dragging.")] public System.Windows.Input.Cursor DragCursor { get; set; }
[Category("Appearance")] [Description("The cursor of this tool when selection is dragging.")] public: __property System.Windows.Input.Cursor* get_DragCursor(); public: __property void set_DragCursor(
System.Windows.Input.Cursor* value
);
[Category("Appearance")] [Description("The cursor of this tool when selection is dragging.")] public:
property System.Windows.Input.Cursor^ DragCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }