TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Border
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sonia Bhadouria Vishvkarma (5)
Mahesh Chand (5)
Delpin Susai Raj (4)
Mamta M (2)
Venkata Swamy Balaraju (2)
Rajdip Sarkar (2)
Shubham Kumar (2)
Ashwani Tyagi (2)
Satya Prakash (2)
Scott Lysle (2)
C# Curator (2)
Prabakaran M (1)
James Willock (1)
Abhishek Tiwari (1)
Mushtaq M A (1)
Manikandan M (1)
Ajay Malik (1)
Abhishek Yadav (1)
Naresh Avari (1)
Gyanender Sharma (1)
Preeti Zutshi (1)
Manish Singh (1)
Gopi Chand (1)
Abhishek Dubey (1)
Vinoth Rajendran (1)
Ibrahim Ersoy (1)
Subramanyam Raju (1)
Neha (1)
Vo Duc Thanh (1)
Mahak Gupta (1)
Kirtan Patel (1)
Raj Kumar (1)
Related resources for Border
No resource found
Using Gradients and Border Radius in CSS3: Part II
10/11/2024 12:24:27 PM.
This article continues from a previous discussion on CSS3 gradients, diving into more complex gradient applications. It offers practical examples, including creating gradients in an HTML file, ensurin
Using Border Radius and Gradients in CSS3: Part I
10/8/2024 9:01:34 AM.
This article introduces the use of CSS3 for creating gradients directly in web pages, eliminating the need for image workarounds. It explains the two primary types of gradients: linear and radial. A p
How to Create a Border Animation and Hover Effect in Bootstrap
8/12/2024 11:07:47 AM.
In this article, you'll learn to create a border animation and hover effect using Bootstrap and CSS. Follow step-by-step instructions to integrate the necessary Bootstrap and JS links, write CSS f
CSS Border Property in HTML: Part I
7/26/2023 7:13:57 AM.
The CSS border properties allow you to specify the style and color of an element's border.
Getting Windows Snap to Play with WPF Borderless Windows
6/1/2023 6:31:33 AM.
This article Illustrates how you can hook a WPF borderless Window into the the WIndows7/8+ snap mechanism.
How to create different shapes in SwiftUI
4/14/2023 6:26:00 AM.
In this article, we are going to learn how we can create shapes in SwiftUI. We can create custom shapes by defining a path and applying modifiers to customize their appearance in SwiftUI.
.Net MAUI - Card Views Using Border Control
10/10/2022 1:30:55 PM.
In this article, you will learn about .Net MAUI - Card Views using Border Control.
Implement The UI Touch Effects In Xamarin Forms
8/5/2022 10:16:58 PM.
I will explain UI Effects in xamarin forms. We can implement UI Effects for Android and iOS. The plugin will create a custom renderer for each platform, and the effect will help you to animate touches
CSS Border Property in HTML: Part 2
5/7/2020 5:57:50 AM.
The CSS border properties allow you to specify the style and color of an element's border.
Deep Dive With CSS - Border
1/21/2020 5:08:52 PM.
In this article, you will learn, how to use border property to apply border style on HTML element.
CSS3 Series Part 4: Playing With Borders
1/14/2020 5:06:23 PM.
This article is Part 4 of this CSS3 Series. This article explains the various kinds of borders in CSS3 and we'll also see some of the border styles in CSS.
CSS3 Features: Borders
12/19/2019 2:35:25 AM.
In this article, I explain how to design a rounded corner box and use an image as a border by adding a CSS3 property.
Introduction to CSS3 : Part 1
12/12/2019 1:18:07 AM.
In this article, you'll learn about CSS3 which includes some history, browser support and also about borders in detail with examples.
Div Rotation Using HTML5 and CSS3
12/5/2019 5:07:07 AM.
In this article I describe rotation of a Div or Element using HTML 5 and CSS3.
Create Different Image Borders Using HTML5
12/4/2019 3:05:50 AM.
In this article we will learn how to create various rounded corner frames using HTML5 and CSS tools. Now we will also learn how to set an image background in a corner frame using CSS.
Layout Managers in Java: Part 1
9/27/2019 7:21:41 AM.
In this article, we will learn about layout managers used in Java with simple examples. A layout manager is an object that controls the size and position of the components in the container. Every cont
Working With the Layout Manager
9/13/2019 12:36:58 AM.
In this article we are going to describe the Java layout manager and its use for setting the components within a container. A layout manager is an object that implements the LayoutManager interface an
WPF Border Tutorial
11/28/2018 10:41:22 PM.
The Border class in C# represents a border control in WPF. XAML Border element is the border representation in UI. Learn how to create borders around WPF controls using XAML and C#.
XAML Border
11/28/2018 10:33:48 PM.
The XAML <Border> element represents a border in Windows app. Code example in this tutorial shows how to apply a border to WPF controls using XAML and C#.
Xamarin.Forms - Borderless Editor Using Custom Renderer
5/30/2018 11:03:54 AM.
In this article, I'll show you how to create an Borderless Editor Using Custom Renderer in Xamarin.forms
DatePicker Placeholder And Border Style Using CustomRenderer
5/18/2018 1:33:05 AM.
In Xamarin.Forms, there is no Placeholder, BorderRadius, BorderColor, or BorderWidth for DatePicker Control. So in this article, we can learn how to set those properties for DatePicker using CustomRen
Xamarin.Forms MVVM - How To Set Icon, TitleColor, BorderStyle For Picker Using CustomRenderer
5/17/2018 1:56:51 AM.
In Xamarin.Forms, the creation of picker and assigning ItemsSource are very simple tasks but there is no direct way to set the right side down Icon like iOS, Android native, TitleColor, BorderColor. S
Xamarin.Forms - Borderless Entry Using Custom Renderer
5/14/2018 11:57:44 AM.
In this article, you will learn how to create a Borderless Entry using Custom Renderer in Xamarin.Forms.
Xamarin.Forms - Border Shadow Effects Using Custom Frame Renderer
12/7/2017 2:21:55 PM.
In this article, you will learn how to use Border Shadow Effects Using Frame Renderer in your controls in Xamarin forms.
Xamarin.Forms - Border Shadow Effects Using Frame
11/30/2017 4:41:28 PM.
In this article, you will learn how to use Border Shadow Effects in your controls in Xamarin Forms.
Learn Universal Windows Programming Via Modern C++(Border Control)
9/18/2017 2:49:51 PM.
In this article, we are going to learn about Border control in Modern C++
How to Create and Apply Line/Border (Color, Width) Style in Excel Comment using EPPlus
8/18/2017 2:46:01 AM.
In this video, we will see how to add multi style rich text in excel cell & comment using Indirect ExcelRichTextCollection class in EPPlus .Net Library (C#).
How To Apply Cell Border Style In Excel Sheet Using Epplus .NET Library - Part Three
5/8/2017 6:58:00 AM.
How to apply cell border style in excel sheet using Epplus .NET Library.
Change Border Color Of AutoSuggestBox On Focus In UWP App
7/11/2016 7:08:07 PM.
In this article we are going to change border style on focus on the Auto Suggest Box in the app.
Change Border Color Of Text Box On Focus In UWP App
7/8/2016 12:16:53 AM.
In this article, you will learn how to change the border color of the text box on focus in UWP app.
Border Control In Universal Apps
10/19/2015 4:34:23 AM.
In this article, I will be talking about Border control and declaring it in a sample.
WPF Layout: Border
4/13/2015 2:04:52 AM.
This article focuses on the how to work with the border of WPF elements.
WindowsPhone 8.0: Change Default Emulator Skin Border With Skin Switcher, Beginners Tip
1/30/2015 7:38:43 PM.
This article explains how to change the default Emulator skin border using the WP8 Emulator Skin Switcher.
Mastering WPF DataGrid in a Day: Hour 2 DataGrid Layout and Border
10/30/2014 6:00:44 AM.
In Hour 2 of this series, I will talk about the DataGrid control layout and border.
Borderless and Draggable Window in WPF
6/21/2013 3:13:31 PM.
In this article I am going to change a window appearance by creating a border less and Draggable window in WPF.
Using a GroupBox Control in LightSwitch Visual Studio 2012
6/18/2013 1:16:11 AM.
This article describes how to use a GroupBox Control in LightSwitch using Visual Studio 2012.
Various Methods to Close a WPF Application
6/6/2013 1:04:30 AM.
This article describes the various methods to close a Windows Presentation Foundation (WPF) Application.
Border Handling Procedure in Windows Forms Programming
4/24/2013 6:46:22 PM.
This article will address some of the problems of the Form Border in Windows Forms programming with C#.
Insert Page Border in Word 2013
12/20/2012 2:28:27 PM.
This article explains how to insert a Page Border in Word 2013.
Transparent Borderless Forms in Visual Basic 2005
11/9/2012 8:03:13 AM.
This article describes an approach to display transparent forms in a Windows application.
Add Table Border and Shade in Word 2013
10/31/2012 2:04:15 PM.
In this article I describe how to add border and shading in a Word table.
Understanding a Window Properties in WPF
9/29/2012 5:41:46 AM.
In this article, we will discuss some important properties of the window object in the WPF. Here we set the properties with the help of example.
DataGrid and Datalist Controls in ASP.NET
9/27/2012 7:58:29 AM.
In this article I will explain DataGrid and Data list Controls in ASP.NET.
Use of WrapPanel Tool in Expression Blend 4
9/5/2012 6:42:54 PM.
Today we are going to see the use of the WrapPanel Tool.
Animation Through Coding in Expression Blend 4
8/29/2012 12:49:47 PM.
Today, we are going to see the use of Canvas with Border in Expression Blend 4.
Design Buttons Using Expression Blend 4
8/13/2012 12:48:35 PM.
Today, we are going to design Previous, Next, Edit, Save, Delete, Ok and Cancel Buttons in Expression Blend 4.
Transparent Borderless Forms in C#
5/15/2012 4:21:03 PM.
This article describes an approach to display transparent forms in a Windows application.
Move Windows Form Without Border
5/15/2012 3:25:01 PM.
Some time its necessary that we want to move form without border. So here is the solution to move that type of form.
Using Tools and Windows in Expression Blend 2.0
9/15/2010 9:29:14 PM.
This article is a basic introduction of Expression Blend 2 and how to use various tools in Expression Blend. I am using Expression Blend version 2.0.
System Pens and System Brushes in GDI+
2/10/2010 11:09:29 PM.
In this article I will explain about working with brushes and pens in GDI+.
Silverlight Border Control
10/17/2008 1:14:21 AM.
This article describes how to use Silverlight Border control.