Leadtools.WinForms Namespace > RasterPictureBox Class : BorderStyle Property |
[CategoryAttribute("Appearance")] [DescriptionAttribute("Border type of the control.")] public BorderStyle BorderStyle {get; set;}
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Border type of the control.")> Public Property BorderStyle As BorderStyle
'Usage Dim instance As RasterPictureBox Dim value As BorderStyle instance.BorderStyle = value value = instance.BorderStyle
[CategoryAttribute("Appearance")] [DescriptionAttribute("Border type of the control.")] public: property BorderStyle BorderStyle { BorderStyle get(); void set ( BorderStyle value); }