UseBackgroundColor Property
Summary
Gets or sets a value that indicates whether to use the BackgroundColor color to fill the background of the transformed destination rectangle.
Syntax
C#
VB
Objective-C
C++
Java
public bool UseBackgroundColor { get; set; }
Public Property UseBackgroundColor As Boolean
@property (nonatomic, assign) BOOL useBackgroundColor
public boolean getUseBackgroundColor()
public void setUseBackgroundColor(boolean useBackgroundColor)
public:
property bool UseBackgroundColor {
bool get();
void set ( bool );
}
Property Value
true to use the BackgroundColor color to fill the background of the transformed destination rectangle; otherwise, false.