LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

FrameColor Property

Show in webframe





Specifies the border color of the frame that you add to the control.
Syntax
[DescriptionAttribute("Specifies the border color of the frame that you add to the control.")]
[CategoryAttribute("Frame")]
public virtual Color FrameColor {get; set;}
'Declaration
 
<DescriptionAttribute("Specifies the border color of the frame that you add to the control.")>
<CategoryAttribute("Frame")>
Public Overridable Property FrameColor As Color
'Usage
 
Dim instance As RasterImageViewer
Dim value As Color
 
instance.FrameColor = value
 
value = instance.FrameColor

            

            
[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 value);
}

Property Value

The color of the border of the control's frame.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.