LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

UseBrushAsTextBackground Property (IAnnTextObject)






Gets or sets a value that indicates whether to use the brush to fill only the text area or all of the object.
Syntax
bool UseBrushAsTextBackground {get; set;}
'Declaration
 
Property UseBrushAsTextBackground As Boolean
'Usage
 
Dim instance As IAnnTextObject
Dim value As Boolean
 
instance.UseBrushAsTextBackground = value
 
value = instance.UseBrushAsTextBackground
bool UseBrushAsTextBackground {get; set;}
get_UseBrushAsTextBackground();
set_UseBrushAsTextBackground(value);
property bool UseBrushAsTextBackground {
   bool get();
   void set (    bool value);
}

Property Value

true to use the brush to fill only the text area of the object, otherwise; false. Default value is false.
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

Reference

IAnnTextObject Interface
IAnnTextObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.