DropShadowColor Property

Summary

Gets or sets the shadow color of the frame being added to the image.

Syntax
C#
VB
C++
public Color DropShadowColor { get; set; } 
  
Public Property DropShadowColor As Color 
public: 
property Color DropShadowColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

The shadow color of the frame being added to the image

Remarks

Default value is Gray

Example

Refer to ImageUrl

Requirements

Target Platforms

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

Leadtools.Web Assembly