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


In This Topic
    PositionChildPanelsInContentBounds Property
    In This Topic
    When set to true child panels that use docking will use the panel content bounds instead of the panel bounds.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Panel")>
    <System.ComponentModel.DescriptionAttribute("When set to true child panels that use docking will use the panel content bounds instead of the panel bounds.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property PositionChildPanelsInContentBounds As System.Boolean
    'Usage
     
    
    Dim instance As NContentPanel
    Dim value As System.Boolean
     
    instance.PositionChildPanelsInContentBounds = value
     
    value = instance.PositionChildPanelsInContentBounds
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("When set to true child panels that use docking will use the panel content bounds instead of the panel bounds.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool PositionChildPanelsInContentBounds {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