![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > CubismCommand Class : FillColor Property |
public RasterColor FillColor {get; set;}
'Declaration
Public Property FillColor As RasterColor
'Usage
Dim instance As CubismCommand Dim value As RasterColor instance.FillColor = value value = instance.FillColor
public RasterColor FillColor {get; set;}
<br/>get_FillColor();<br/>set_FillColor(value);<br/>Object.defineProperty('FillColor');
public: property RasterColor FillColor { RasterColor get(); void set ( RasterColor value); }