'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;}