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 styles
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (11)
Harpreet Singh (4)
Sibeesh Venu (3)
Rikam Palkar (2)
Abhimanyu K Vatsa (2)
Gaurav Gupta (2)
ArunKumar Yalamarthy (2)
Vishal Gilbile (2)
Satya Prakash (2)
Rekha Singh (1)
Daniel Gomez (1)
Alkesh Bijarniya (1)
Amit Patel (1)
mercy_gp (1)
Aravind Govindaraj (1)
Manoj Bhoir (1)
Sandhya Shinde (1)
Ramasagar Pulidindi (1)
Azim Zahir (1)
Gaurav Kumar (1)
Abhishek Mishra (1)
Ankur Mishra (1)
Saleh Qadeer (1)
Siddhesh Chalke (1)
Mohammad Irshad (1)
Rahul (1)
Anil Veeragandham (1)
Jignesh Trivedi (1)
Asfend Yar (1)
Shital Kat (1)
Usman Arshad (1)
Syed Shakeer (1)
Ramakrishna Basagalla (1)
Vikram Chaudhary (1)
Pankil Bhatt (1)
Mahak Gupta (1)
Manoj Singh Panwar (1)
klaus_salchner (1)
Raj Kumar (1)
Shivani (1)
Dea Saddler (1)
Mohammad Elsheimy (1)
Charles Petzold (1)
Jaish Mathews (1)
C# Curator (1)
Diptimaya Patra (1)
Mike Clark (1)
Kalyan Bandarupalli (1)
Mike Gold (1)
Joel Pobar (1)
Related resources for styles
No resource found
How to use StyleSheets
10/8/2024 8:54:45 AM.
Learn how to effectively use StyleSheets to enhance your web design and development skills. This guide covers the fundamentals of CSS, including external and inline styles, responsive design technique
Building A Dashboard With ASP.NET Core And DotVVM
6/4/2024 12:16:24 PM.
This article explores designing a user data dashboard using ASP.NET Core and DotVVM. It covers the setup of tools like Visual Studio 2019 and PostgreSQL and explains creating a dashboard with CRUD ope
How to Add Style in ReactJS App
5/22/2024 10:51:29 AM.
Styling React apps can be done using CSS stylesheets, CSS modules, inline styles, Styled Components, CSS-in-JS libraries, or UI frameworks like Material-UI. Each method offers unique benefits and use
Creating a Dynamic Data Web Site in ASP.NET 4.0
5/13/2024 11:26:16 AM.
Creating a dynamic data website in ASP.NET 4.0 involves utilizing Web Forms with controls like GridView. Define fields using BoundField for data display. Customize styles with CSS for a visually appea
Toggling Visibility of <HTML> Elements in Blazor
2/13/2024 6:29:51 AM.
Let's learn how to hide and show visibility of HTML elements using C#, there are various approaches I am going to cover, the @if conditions, inline styles, internal styles, dynamic style binding,
Hello World In different Styles
10/26/2023 9:43:29 AM.
I've attempted to write the traditional 'Hello World' in different styles. This explores the different possibilities of addressing a problem - 'Hello World' with different features
API Styles Evolution
10/26/2022 7:09:17 AM.
In this article, you will learn about API Styles and its evolution.
Styles In WPF
4/26/2022 4:22:44 PM.
This article explains Styles and Templates in WPF. Styles are a way to group similar properties in a single Style object and apply to multiple objects.
MBTab Control With Custom Visual Styles
1/11/2021 7:57:27 AM.
This article provides an extended Tab Control with custom Visual Styles using VB.NET.
Customize WPF Application Using Template And Styles
8/17/2020 7:30:54 AM.
In this article, you will learn how to customize WPF Application using Template and Styles.
MultiTriggers And MultiDataTriggers In WPF
7/25/2020 6:39:19 AM.
In this article, you will learn about advanced versions of triggers used in WPF.
Media Only Queries in CSS3
5/7/2020 5:26:16 AM.
CSS3 has added media queries functionality to media=screen that was added to CSS2. This article explores the media queries functionality.
Various Styles For Declaring Functions in JavaScript
4/23/2020 3:33:04 PM.
In this article we will learn various styles for declaring and using functions in JavaScript applications.
Applying XSLT stylesheet to an XML file at runtime
4/5/2020 2:11:18 PM.
This article explains how to transform an XML file at runtime by applying an XSL stylesheet.
Customizing the Action Bar Using Android Studio 1.0
3/30/2020 5:02:12 AM.
This article illustrates the basics of the themes and styles for customizing the Action Bar.
Azure Architecture Styles
1/28/2020 4:12:55 AM.
This article describes different Architecture Styles that can be leveraged while designing cloud based solutions in Azure
Display Property in Cascading StyleSheet
1/14/2020 3:25:35 PM.
In this article we will discuss the Display property in CSS.
Create Loading Screen Using CSS
1/14/2020 1:59:41 PM.
In this article we will see how to create a loading screen using CSS.
Image Sprites in Cascading Stylesheet
1/14/2020 12:47:08 AM.
In this article we will see how to create an image sprite.
How to Design a Web Page Using Cascading StyleSheet
1/9/2020 5:47:46 AM.
In this article you will learn how to turn an ugly Home Page design into a less ugly using a Cascading StyleSheet,
How to Use CSS in a HTML Document
12/12/2019 5:35:39 AM.
We are very aware of what CSS is and it’s uses hve been described in previous articles. Now let’s try to understand how to use CSS or Style Sheets in a HTML document.
Working With Text Styles Tag in HMTL5
12/5/2019 12:55:45 AM.
In this Article We Will going to learn different HTML5 tags that are used to display the text in various format according to our need and based on type of text.
Working With Text in Canvas Using HTML5
12/4/2019 11:30:34 PM.
In this Article we will see the different styles that can applied on the Canvas text using HTML5.
Setting Colors And Styles In Application Resources
2/26/2019 9:53:40 AM.
In this article, we will learn how to set up a theme or a color for your Xamarin application and change this by using a toggle.
Overview Of Styles In WPF
11/13/2018 9:20:40 AM.
In my ‘Overview of Resources in WPF’ article I talked about Resources and how they are useful. But there is one drawback with ‘Resources’ in WPF. Resource collection of each element contains individua
Binding Property, Styles And Class In Angular
10/31/2018 12:09:44 AM.
In this article, we are going to learn how to bind property, class, styles of HTML in Angular.
Component In Angular 2 and How to Create Nested Component in Angular 2
7/25/2017 12:58:38 PM.
In this article, we will learn about Angular 2 components and we will also see how to create a nested component.
Styles in WPF
6/27/2017 4:59:35 AM.
This article explains basics of styles in WPF. WPF styles works just like CSS style, In the CSS we define styles for a control and we reuse the same where ever we need in the application, same way the
Conditionally Add Styles To HTML Element In Angular 2
11/29/2016 11:52:51 PM.
In this article, you will learn how to conditionally add styles to HTML element, in Angular 2 .
Styles in Xamarin
3/3/2016 9:55:48 AM.
In this article you will learn about styles in Xamarin.
Resources And Styles In WPF
1/22/2016 3:52:55 AM.
In this article you will learn about resources and styles in WPF application.
Introduction To LINQ
1/16/2016 11:17:17 AM.
In this article you will learn about an introduction of LINQ and styles of writing LINQ queries.
Styles in WPF
11/1/2015 1:23:57 PM.
In this article you will learn styles to a control in WPF.
Change Themes Dynamically In Grid
10/30/2015 12:26:02 PM.
In this post we will see how we can change themes dynamically in Grid. I have done this requirement by using some in-built functionalities of jQWidget JQX grid.
Overwrite CSS Styles Using addClass In jQuery
10/20/2015 3:42:42 AM.
In this post we will see how we can overwrite CSS styles using addClass method in jQuery.
Designing Sites Using Bootswatch
10/12/2015 2:48:36 PM.
In this article I am going to explain how we can design our own site using readymade styles.
Export Hierarchical (Multi-Level) HTML Table With Styles Using jQuery
6/16/2015 4:40:50 AM.
In this article you will learn how to export a Hierarchical (Multi Level) HTML table with styles using JQuery.
Styles in WPF
4/12/2015 3:42:07 PM.
This article describes the use of styles in WPF.
Google Maps With Custom Styles and Custom Pin
3/12/2015 9:50:40 PM.
In this article we will see how to use the Google Maps API and Google Maps with custom styles and a custom pin.
Style Controls in XAML
10/5/2014 10:50:12 PM.
XAML is the universal language for WPF, Silverlight, and Windows Store app user interfaces. In this article, we will learn how to create and use styles on UI elements using XAML.
WPF Button
9/21/2014 4:39:33 PM.
This article explains how to use the WPF Button control in XAML and C#.
Create and Apply Custom Styles in a Windows Store App
7/23/2014 12:21:13 PM.
In this article, you will learn how to create and apply custom styles in a Windows Store app.
Minesweeper in WPF
4/8/2013 12:36:00 AM.
This article shows how to use different WPF features to build minesweeper game.
Programitically Applying Styles In WPF
2/1/2013 4:23:56 PM.
Over here we are just going to see how we can apply style programitically on wpf controls.
Change Font's Default Styles in Word 2013
12/26/2012 2:05:55 PM.
In this article I am going to explain how to change a font's default styles in Word 2013.
Control Style in WPF
12/17/2012 7:02:54 PM.
Control Styles in WPF are used to share the structure and a reusable format, which we can apply in most of our controls.
Developing Websites using Themes (Themes vs StyleSheetThemes): Part 4
11/10/2012 1:03:33 AM.
This is my series of articles on Theme based web developments and in this article part we compare and contrast the use of Themes and StyleSheetThemes
How to Apply and Change Quick Styles in Word 2013
11/2/2012 2:18:25 PM.
In this article I am going to describes Apply and Change Quick Styles in Word 2013.
Work with Cascading Styles Sheet to style the contents in Expression Web
10/3/2012 8:12:34 AM.
In this article I will be demonstrating how to use a cascading style sheet to change the look and feel of the Groups and Lists in Expression Web.
Automate the process of documenting your code
9/29/2012 7:27:05 AM.
The Visual Studio .NET IDE allows to document your code in a way that the compiler can create an XML document describing your classes, methods, properties, etc. This article explains how to use this feature and then create a basic help file out of it.
Styles using triggers in WPF
9/29/2012 7:13:50 AM.
This article will describe you how to set controls styles using triggers in WPF.
Transformation and XSLT
5/20/2012 6:26:25 AM.
In this article I will explain you about Transformation and XSLT.
Providing Style on Mobile Pages
5/19/2012 6:43:58 AM.
This articles explains how to provides style in the mobile pages using Mobile Internet Toolkit.
How to Display Different Window Styles in WPF Using F#
5/15/2012 12:58:10 PM.
This article is a demonstration regarding how to change the Style of the window in WPF using F#. Take a quick review to learn.
Styles in WPF
1/27/2012 1:02:40 PM.
This article demonstrate how to use Styles in WPF.
Tangrams in WPF
11/12/2011 6:54:56 AM.
In this article we will see how to use the WPF move and rotate concepts to implement a tangram game
What's New in Silverlight 5 - XAML Changes
5/9/2011 6:20:20 PM.
In this article, we’ll have a brief discussion of the new XAML features of Silverlight 5.
Sharing and Reusing Styles and Templates in Windows Phone 7
1/4/2011 3:32:02 AM.
The new Style can add to those Setter objects or override them. However, it is not possible to derive from a ControlTemplate. There’s no way to reference an existing ControlTemplate and specify an additional piece of the visual tree, or a replacement for part of the visual tree.
Using new syntax styles in .Net 3.5
4/20/2010 12:31:08 AM.
In this article we will see to new coding methodologies in .NET 3.5.
Drawing Other Objects with Line Caps and Styles in GDI+
3/19/2010 12:13:11 AM.
In this article I will explain about image class methods and properties in GDI+.
Getting and Setting Line Caps and Styles in GDI+
3/17/2010 12:15:38 AM.
In this article I will explain about Getting and Setting Line Caps and Styles in GDI+.
Drawing Other Graphics Shapes by Applying Cap and Dashed Line Styles in GDI+
2/8/2010 11:39:25 PM.
In this article I will explain about Drawing Other Graphics Shapes by Applying Cap and Dashed Line Styles in GDI+.
String Initialization and System.String Class using C#
1/26/2010 11:27:56 PM.
In this article I will explain you about the String Initialization and System.String Class.
Hatch Brushes in GDI+
1/25/2010 1:41:30 AM.
In this article I will explain about Hatch Brushes in GDI+.
Working with Text and Strings in GDI+
12/27/2009 9:52:38 PM.
In this article I will explain about Working with Text and Strings in GDI+.
Attribute or Styles in GDI+
12/21/2009 3:08:54 AM.
In this article I will explain about Attribute or Styles in GDI+.
Styles in Silverlight 3 Application
7/29/2009 2:33:44 AM.
In this article we will see how can we write simple styles for any control and use it effectively.
Extending ASPX Panel Control to produce Rounded Corners
6/18/2009 1:11:47 AM.
This article shows how to create a custom control which encapsulates scripts. Also shows how to add method attributes to interact with VS Designer and ToolBox as well as providing intellisense dropdowns.
Software Architecture Styles
1/14/2009 12:43:07 AM.
An Architecture style is a set of principles which you can use to build a system Typically Architecture styles depends on their focusing areas. Implementing the software architecture styles depends on the capacity of your organization for implementing it and infrastructure constraints. This post explains which architecture style is to use based on demands.
Changing XSL StyleSheets on the FLY in C# and ASP.NET
1/29/2007 11:31:45 PM.
This article shows you how you can use alter XSL in memory to transform XML data into HTML with different results.
GalleryDotNet
12/26/2005 7:22:16 AM.
This is a simple C# console application (source included) that takes a directory of images and creates a html gallery out of them.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download