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