Nevron .NET Vision
Nevron.Chart Namespace / NContentPanel Class / AllowContentZoom Property


In This Topic
    AllowContentZoom Property
    In This Topic
    Gets or sets a value indicating whether panel zoom is allowed or not
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("Sets a value indicating whether panel zoom is allowed or not")>
    Public Property AllowContentZoom As System.Boolean
    'Usage
     
    
    Dim instance As NContentPanel
    Dim value As System.Boolean
     
    instance.AllowContentZoom = value
     
    value = instance.AllowContentZoom
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("Sets a value indicating whether panel zoom is allowed or not")]
    public System.bool AllowContentZoom {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