←Select platform

DropShadowSize Property

Summary

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

Syntax

C#
VB
C++
public int DropShadowSize { get; set; } 
  
Public Property DropShadowSize As Integer 
public: 
property int DropShadowSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The shadow size of the frame being added to the image.

Remarks

Default value is 0 (no shadow)

Example

Refer to ImageUrl

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.Web Assembly