VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / NortheastSouthwestResizePointCursor Property
Синтаксис Требования Смотрите также
В этом разделе
    NortheastSouthwestResizePointCursor Свойство (WpfInteractionAreaAppearanceManager)
    В этом разделе
    Возвращает или задает курсор для двухнаправленной диагонали (северо-восток/юго-запад) точки изменения размера.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A cursor for two-headed diagonal (northeast/southwest) resize point.")>
    <CategoryAttribute("Resize Point")>
    Public Property NortheastSouthwestResizePointCursor As System.Windows.Input.Cursor
    
    
    [Description("A cursor for two-headed diagonal (northeast/southwest) resize point.")]
    [Category("Resize Point")]
    public System.Windows.Input.Cursor NortheastSouthwestResizePointCursor { get; set; }
    
    
    [Description("A cursor for two-headed diagonal (northeast/southwest) resize point.")]
    [Category("Resize Point")]
    public: __property System.Windows.Input.Cursor* get_NortheastSouthwestResizePointCursor();
    public: __property void set_NortheastSouthwestResizePointCursor(
    System.Windows.Input.Cursor* value
    );
    [Description("A cursor for two-headed diagonal (northeast/southwest) resize point.")]
    [Category("Resize Point")]
    public:
    property System.Windows.Input.Cursor^ NortheastSouthwestResizePointCursor { System.Windows.Input.Cursor^ get(); void set(System.Windows.Input.Cursor^ value); }

    Property Value

    Значение по умолчанию - Cursors.SizeNESW.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также