Gets or sets a value that indicates whether to use the brush to fill only the text area or all of the object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property UseBrushAsTextBackground As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnTextObject
Dim value As Boolean
instance.UseBrushAsTextBackground = value
value = instance.UseBrushAsTextBackground |
C# | |
---|
public virtual bool UseBrushAsTextBackground {get; set;} |
C++/CLI | |
---|
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.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also