如何在C#中编写应用程序显示(CSS) [英] How do I code an application display(CSS) in C#

查看:66
本文介绍了如何在C#中编写应用程序显示(CSS)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我一直在努力学习c#应用程序开发,但我仍然有一个问题,因为我自己在网上自学。问题是如何为应用程序编写css代码



我尝试过的方法:



i有一个我想要工作的应用程序项目,我是一个初学者,我在c中学习一些基础知识#现在我有一个关于如何在c#



i've been trying to study c# application development but i still have one question since i teach it myself online. the question is how do you code a css for the application

What I have tried:

i have an application project i want to work on and i am a beginner i've study some basics things in c# NOW I HAD A QUESTION OF HOW YOU make the css of an application in c#

推荐答案

简短的回答,你没有。 CSS在Web应用程序中用于定义网页的样式和布局结构。它不用于C#应用程序。
Short answer, you don't. CSS is used in Web applications to define styles and layout structure of web pages. It is not used in C# applications.


CSS代表层叠样式表,这是一种描述HTML文档样式的语言。当我说HTML时,它主要是为了娱乐Web应用程序。基础知识总是可以在W3学校或教程中学到。



CSS教程 [ ^ ]
CSS stands for "Cascading Style Sheets" and this is a language that describes the style of an HTML document.When i say HTML then it mostly entertains for web applications.Fundamentals are always can be learnt in W3 Schools or tutorials point.

CSS Tutorial[^]


强烈建议您浏览这些链接,了解 HTML CSS <的基本知识br />
HTML教程 [ ^ ]

CSS教程 [ ^ ]

一旦你ar熟悉这些,您将开始使用 CSS 和现成的 CSS 库来为您的项目应用样式,如 Bootstrap [ ^ ], W3.CSS [ ^ ]等
would strongly recommend you to go through these links, to know the basics of HTML and CSS
HTML Tutorial[^]
CSS Tutorial[^]
once you are familiar with these you shall start applying styles to your project using CSS and ready-made CSS libraries like Bootstrap[^], W3.CSS [^] etc


这篇关于如何在C#中编写应用程序显示(CSS)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆