←Select platform

FrameShadowColor Property

Summary

Specifies the shadow color of the frame that you add to the control.

Syntax

C#
VB
C++
[DescriptionAttribute("The shadow color of the frame that you add to the control.")] 
[CategoryAttribute("Frame")] 
public virtual Color FrameShadowColor {get; set;} 
<DescriptionAttribute("The shadow color of the frame that you add to the control.")> 
<CategoryAttribute("Frame")> 
Public Overridable Property FrameShadowColor As Color 
[DescriptionAttribute("The shadow color of the frame that you add to the control.")] 
[CategoryAttribute("Frame")] 
public: 
virtual property Color FrameShadowColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

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

Example

Refer to RasterImageViewer.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize