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

    Property Value

    Значение по умолчанию - правая кнопка мыши.
    Требования

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

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