←Select platform

FrameShadowSize Property

Summary

Specifies the thickness of the shadow for the frame that you add to the control.

Syntax

C#
VB
C++
public virtual SizeF FrameShadowSize { get; set; } 
  
Public Overridable Property FrameShadowSize As SizeF 
public: 
virtual property SizeF FrameShadowSize { 
   SizeF get(); 
   void set (    SizeF ); 
} 

Property Value

The size of the shadow for the frame that you add to the control.

Remarks

Set to 0 to disable the frame's shadow.

Example

Refer to RasterImageViewer.

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