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


In This Topic
    PreserveAspect Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls whether the tool will preserve the original aspect of the panel.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property PreserveAspect As System.Boolean
    'Usage
     
    
    Dim instance As NPanelZoomTool
    Dim value As System.Boolean
     
    instance.PreserveAspect = value
     
    value = instance.PreserveAspect
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls whether the tool will preserve the original aspect of the panel.")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool PreserveAspect {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