'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies whether the callout can leave the bounds of its parent")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property AlwaysInsideParent As System.Boolean
'Usage
Dim instance As NCallout Dim value As System.Boolean instance.AlwaysInsideParent = value value = instance.AlwaysInsideParent
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies whether the callout can leave the bounds of its parent")] [System.Xml.Serialization.XmlAttribute()] public System.bool AlwaysInsideParent {get; set;}