←Select platform

Color Property

Summary

Gets or sets the color used to fill the undefined area.

Syntax

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

Property Value

Color used to fill the undefined area. This property is used only if the Flags property contains the RingEffectCommandFlags.Color flag.

Example

Refer to RingEffectCommand.

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