Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Zoombox Namespace / Zoombox Class / RelativeZoomModifiers Property


In This Topic
    RelativeZoomModifiers Property
    In This Topic
    Gets or sets keys that must be pressed to zoom the content relative to the current mouse position using the mouse wheel.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(Xceed.Wpf.Toolkit.Core.Input.KeyModifierCollectionConverter)>
    Public Property RelativeZoomModifiers As KeyModifierCollection
    'Usage
     
    Dim instance As Zoombox
    Dim value As KeyModifierCollection
     
    instance.RelativeZoomModifiers = value
     
    value = instance.RelativeZoomModifiers
    [TypeConverter(Xceed.Wpf.Toolkit.Core.Input.KeyModifierCollectionConverter)]
    public KeyModifierCollection RelativeZoomModifiers {get; set;}

    Property Value

    All specified keys must be pressed in order for the operation to occur. If None is specified the content will be zoomed without any modifier keys. If the collection includes Blocked, the content cannot be zoomed. The default value is the Ctrl+Alt combination.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also