'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Whether to fit in the parent content bounds")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property FitInParentContentBounds As System.Boolean
'Usage
Dim instance As NCallout Dim value As System.Boolean instance.FitInParentContentBounds = value value = instance.FitInParentContentBounds
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Whether to fit in the parent content bounds")] [System.Xml.Serialization.XmlAttribute()] public System.bool FitInParentContentBounds {get; set;}