'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls whether or not the text should use the Z position of the base point.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property TextOverlapsImage As System.Boolean
'Usage
Dim instance As NTextStyle Dim value As System.Boolean instance.TextOverlapsImage = value value = instance.TextOverlapsImage
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls whether or not the text should use the Z position of the base point.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool TextOverlapsImage {get; set;}