LEADTOOLS Annotations (Leadtools.Annotations assembly)

UseBrushAsTextBackground Property (IAnnTextObject)

Show in webframe





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

            

            
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

See Also

Reference

IAnnTextObject Interface
IAnnTextObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.