Gets or sets a value that indicates whether to use the brush to fill only the text area or all of the object.
public virtual bool UseBrushAsTextBackground {get; set;}
'Declaration
Public Overridable Property UseBrushAsTextBackground As Boolean
'Usage
Dim instance As AnnTextObject
Dim value As Boolean
instance.UseBrushAsTextBackground = value
value = instance.UseBrushAsTextBackground
public:
virtual 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.