LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BorderStyle Property (RasterImageViewer)

Show in webframe





Sets the border style of the control.
Syntax
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public virtual BorderStyle BorderStyle {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Border type of the control.")>
Public Overridable Property BorderStyle As BorderStyle
'Usage
 
Dim instance As RasterImageViewer
Dim value As BorderStyle
 
instance.BorderStyle = value
 
value = instance.BorderStyle

            

            
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Border type of the control.")]
public:
virtual property BorderStyle BorderStyle {
   BorderStyle get();
   void set (    BorderStyle value);
}

Property Value

The border style of the control.
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.