Intersoft WebGrid Documentation
TextOverlapsImage Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartTextStyle Class : TextOverlapsImage Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls whether or not the text should use the Z position of the base point")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TextOverlapsImage As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartTextStyle
Dim value As Boolean
 
instance.TextOverlapsImage = value
 
value = instance.TextOverlapsImage
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls whether or not the text should use the Z position of the base point")]
[ISNet.Serialization.BinarySerializableAttribute()]
public bool TextOverlapsImage {get; set;}
Delphi 
public read-write property TextOverlapsImage: Boolean; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DefaultValueAttribute()
DescriptionAttribute("Controls whether or not the text should use the Z position of the base point")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TextOverlapsImage : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls whether or not the text should use the Z position of the base point")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property bool get_TextOverlapsImage();
public: __property void set_TextOverlapsImage( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls whether or not the text should use the Z position of the base point")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property bool TextOverlapsImage {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.