←Select platform

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.

Example

For an example, refer to SvgDocument.Render.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.