←Select platform

FrameColor Property

Summary

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

Syntax

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

Property Value

The color of the border of the control's frame.

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