VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfZoomSelectionTool Class / ZoomButton Property
Синтаксис Требования Смотрите также
В этом разделе
    ZoomButton Свойство (WpfZoomSelectionTool)
    В этом разделе
    Возвращает или задает кнопку мыши для масштабирования выбранной области.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("The mouse button for zooming of selected region.")>
    <DefaultValueAttribute(Left)>
    Public Property ZoomButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
    
    
    [Category("Behavior")]
    [Description("The mouse button for zooming of selected region.")]
    [DefaultValue(Left)]
    public Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomButton { get; set; }
    
    
    [Category("Behavior")]
    [Description("The mouse button for zooming of selected region.")]
    [DefaultValue(Left)]
    public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_ZoomButton();
    public: __property void set_ZoomButton(
    Vintasoft.Imaging.UI.VintasoftMouseButtons value
    );
    [Category("Behavior")]
    [Description("The mouse button for zooming of selected region.")]
    [DefaultValue(Left)]
    public:
    property Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomButton { 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

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