Nevron.GraphicsCore Namespace / NTextStyle Class / TextOverlapsImage Property


In This Topic
    TextOverlapsImage Property
    In This Topic
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also