←Select platform

FillColor Property

Summary
Gets or sets the background color.
Syntax
C#
VB
C++
public RasterColor FillColor { get; set; } 
Public Property FillColor As RasterColor 
public: 
property RasterColor FillColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Value that represents the background color. This value is ignored if the CubismCommandFlags.Background flag has been set in the Flags property.

Example

Refer to CubismCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly

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