VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDragDropSelectionTool Class / DropButton Property
Синтаксис Требования Смотрите также
В этом разделе
    DropButton Свойство (WpfDragDropSelectionTool)
    В этом разделе
    Возвращает или задает кнопку мыши, которая перемещает выбранную область в новое место.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The mouse button which drops the selected area to the new location.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(Left)>
    Public Property DropButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
    
    
    [Description("The mouse button which drops the selected area to the new location.")]
    [Category("Behavior")]
    [DefaultValue(Left)]
    public Vintasoft.Imaging.UI.VintasoftMouseButtons DropButton { get; set; }
    
    
    [Description("The mouse button which drops the selected area to the new location.")]
    [Category("Behavior")]
    [DefaultValue(Left)]
    public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_DropButton();
    public: __property void set_DropButton(
    Vintasoft.Imaging.UI.VintasoftMouseButtons value
    );
    [Description("The mouse button which drops the selected area to the new location.")]
    [Category("Behavior")]
    [DefaultValue(Left)]
    public:
    property Vintasoft.Imaging.UI.VintasoftMouseButtons DropButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get(); void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value); }

    Property Value

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

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

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