←Select platform

FillColor Property

Summary
Gets or sets the background fill color.
Syntax
C#
VB
Objective-C
C++
Java
public RasterColor FillColor { get; set; } 
Public Property FillColor As RasterColor 
@property (nonatomic, copy) LTRasterColor *fillColor 
public RasterColor getFillColor() 
public void setFillColor(RasterColor value) 
public: 
property RasterColor FillColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The background fill color.

Remarks

Used to fill any new area created by the rotation.

Example

For an example, refer to RotateCommand.

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 Assembly

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