'Declaration <CategoryAttribute("Resize Point")> <DescriptionAttribute("A cursor for two-headed diagonal (west/east) resize point.")> Public Property WestEastResizePointCursor As System.Windows.Input.Cursor
[Category("Resize Point")] [Description("A cursor for two-headed diagonal (west/east) resize point.")] public System.Windows.Input.Cursor WestEastResizePointCursor { get; set; }
[Category("Resize Point")] [Description("A cursor for two-headed diagonal (west/east) resize point.")] public: __property System.Windows.Input.Cursor* get_WestEastResizePointCursor(); public: __property void set_WestEastResizePointCursor(
System.Windows.Input.Cursor* value
);
[Category("Resize Point")] [Description("A cursor for two-headed diagonal (west/east) resize point.")] public:
property System.Windows.Input.Cursor^ WestEastResizePointCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }
Property Value
Default value is Cursors.SizeWE.