'Declaration <DescriptionAttribute("A cursor for two-headed diagonal (northeast/southwest) resize point.")> <CategoryAttribute("Resize Point")> Public Property NortheastSouthwestResizePointCursor As System.Windows.Input.Cursor
[Description("A cursor for two-headed diagonal (northeast/southwest) resize point.")] [Category("Resize Point")] public System.Windows.Input.Cursor NortheastSouthwestResizePointCursor { get; set; }
[Description("A cursor for two-headed diagonal (northeast/southwest) resize point.")] [Category("Resize Point")] public: __property System.Windows.Input.Cursor* get_NortheastSouthwestResizePointCursor(); public: __property void set_NortheastSouthwestResizePointCursor(
System.Windows.Input.Cursor* value
);
[Description("A cursor for two-headed diagonal (northeast/southwest) resize point.")] [Category("Resize Point")] public:
property System.Windows.Input.Cursor^ NortheastSouthwestResizePointCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }
Property Value
Значение по умолчанию - Cursors.SizeNESW.