'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The cursor of this tool.")> Public Overridable Property DefaultCursor As System.Windows.Input.Cursor
[Category("Appearance")] [Description("The cursor of this tool.")] public virtual System.Windows.Input.Cursor DefaultCursor { get; set; }
[Category("Appearance")] [Description("The cursor of this tool.")] public: __property virtual System.Windows.Input.Cursor* get_DefaultCursor(); public: __property virtual void set_DefaultCursor(
System.Windows.Input.Cursor* value
);
[Category("Appearance")] [Description("The cursor of this tool.")] public:
virtual property System.Windows.Input.Cursor^ DefaultCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }