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