Nevron.Chart.Windows Namespace / NPanelZoomTool Class / ZoomInBoundsOnly Property


In This Topic
    ZoomInBoundsOnly Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls whether the zoom is perfomed in the panel bounds only")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ZoomInBoundsOnly As System.Boolean
    'Usage
     
    
    Dim instance As NPanelZoomTool
    Dim value As System.Boolean
     
    instance.ZoomInBoundsOnly = value
     
    value = instance.ZoomInBoundsOnly
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls whether the zoom is perfomed in the panel bounds only")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool ZoomInBoundsOnly {get; set;}
    Requirements

    Target Platforms: 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