Nevron.Chart Namespace / NContentPanel Class / PositionChildPanelsInContentBounds Property


PositionChildPanelsInContentBounds Property
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
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