'Declaration Public Property SizingCursorNWSE As System.Windows.Input.Cursor
public System.Windows.Input.Cursor SizingCursorNWSE { get; set; }
public: __property System.Windows.Input.Cursor* get_SizingCursorNWSE(); public: __property void set_SizingCursorNWSE(
System.Windows.Input.Cursor* value
);
public:
property System.Windows.Input.Cursor^ SizingCursorNWSE { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }