←Select platform

LowerColorFill Property

Summary

Gets or sets the RasterColor object that specifies lower spoke side color.

Syntax

C#
VB
WinRT C#
C++
public RasterColor LowerColorFill { get; set; } 
  
Public Property LowerColorFill As Leadtools.RasterColor 
public Leadtools.RasterColor LowerColorFill {get; set;} 
  
get_LowerColorFill(); 
set_LowerColorFill(value); 
Object.defineProperty('LowerColorFill');  
public: 
property Leadtools.RasterColor LowerColorFill { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

RasterColor object that specifies lower spoke side color.

Example

Refer to DrawStarCommand.

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.ImageProcessing.SpecialEffects Assembly