'Declaration
<System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("Defines the mode used to fit the panel contents into the panel bounds.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property BoundsMode As BoundsMode
'Usage
Dim instance As NContentPanel Dim value As BoundsMode instance.BoundsMode = value value = instance.BoundsMode
[System.ComponentModel.Category("Panel")] [System.ComponentModel.Description("Defines the mode used to fit the panel contents into the panel bounds.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public BoundsMode BoundsMode {get; set;}