←Select platform

FrameColor Property

Summary

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

Syntax

C#
VB
C++
public virtual Color FrameColor { get; set; } 
Public Overridable Property FrameColor As Color 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly