Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgRenderOptions Class : UseBackgroundColor Property |
public bool UseBackgroundColor {get; set;}
'Declaration
Public Property UseBackgroundColor As Boolean
'Usage
Dim instance As SvgRenderOptions Dim value As Boolean instance.UseBackgroundColor = value value = instance.UseBackgroundColor
@property (nonatomic, assign) BOOL useBackgroundColor
public boolean getUseBackgroundColor() public void setUseBackgroundColor(boolean useBackgroundColor)
For an example, refer to SvgDocument.Render.