←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
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly