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