VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfCropSelectionTool Class / ActionButton Property
Синтаксис Требования Смотрите также
В этом разделе
    ActionButton Свойство (WpfCropSelectionTool)
    В этом разделе
    Возвращает или задает курсор мыши, который выполняет действие этого инструмента.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Left)>
    <DescriptionAttribute("The mouse cursor which executes the action of this tool.")>
    <CategoryAttribute("Behavior")>
    Public Overrides Property ActionButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
    
    
    [DefaultValue(Left)]
    [Description("The mouse cursor which executes the action of this tool.")]
    [Category("Behavior")]
    public override Vintasoft.Imaging.UI.VintasoftMouseButtons ActionButton { get; set; }
    
    
    [DefaultValue(Left)]
    [Description("The mouse cursor which executes the action of this tool.")]
    [Category("Behavior")]
    public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_ActionButton(); override;
    public: __property void set_ActionButton(
    Vintasoft.Imaging.UI.VintasoftMouseButtons value
    ); override;
    [DefaultValue(Left)]
    [Description("The mouse cursor which executes the action of this tool.")]
    [Category("Behavior")]
    public:
    property Vintasoft.Imaging.UI.VintasoftMouseButtons ActionButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get() override;; void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value) override;; }
    Требования

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

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