←Select platform

RenderShadows Property

Summary

Indicates whether to render the drop shadows.

Syntax
C#
VB
C++
public bool RenderShadows { get; set; } 
Public Property RenderShadows() As Boolean 
   Get 
   Set 
public:  
   property bool RenderShadows 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to render the drop shadows, otherwise; false. Default value is true.

Remarks

This member will control whether RenderRedirect will render the view or item part during RenderShadow. For more information, refer to Image Viewer Rendering.

Example

For an example, refer to RenderRedirect.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.