'Declaration <CategoryAttribute("Resize Point")> <DescriptionAttribute("A cursor for two-headed diagonal (north/south) resize point.")> Public Property NorthSouthResizePointCursor As System.Windows.Forms.Cursor
[Category("Resize Point")] [Description("A cursor for two-headed diagonal (north/south) resize point.")] public System.Windows.Forms.Cursor NorthSouthResizePointCursor { get; set; }
[Category("Resize Point")] [Description("A cursor for two-headed diagonal (north/south) resize point.")] public: __property System.Windows.Forms.Cursor get_NorthSouthResizePointCursor(); public: __property void set_NorthSouthResizePointCursor(
System.Windows.Forms.Cursor value
);
[Category("Resize Point")] [Description("A cursor for two-headed diagonal (north/south) resize point.")] public:
property System.Windows.Forms.Cursor NorthSouthResizePointCursor { System.Windows.Forms.Cursor get(); void set(System.Windows.Forms.Cursor value); }
Property Value
Default value is Cursors.SizeNS.