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