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


In This Topic
    ClipPanelContentWhenZooming Property
    In This Topic
    Whether the panel content will be clipped when applying a panel zoom
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ClipPanelContentWhenZooming As System.Boolean
    'Usage
     
    
    Dim instance As NContentPanel
    Dim value As System.Boolean
     
    instance.ClipPanelContentWhenZooming = value
     
    value = instance.ClipPanelContentWhenZooming
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool ClipPanelContentWhenZooming {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