Visual Studio 2004 C# [英] Visual Studio 2004 C#

查看:81
本文介绍了Visual Studio 2004 C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道C#中的默认文本是什么.即用于标签等...我正在使用VS2004.
默认情况下,文本是指当您将标签拖动到表单上,然后为其键入一些文本时,C#预先选择了哪种字体,即在VB 2008 Express中为MS Sans Serif ... ...希望对您有所帮助

Does anyone know what the default text is in C#. i.e. for labels etc... I am using VS 2004.
By default text I mean when you drag a label on to a form and then type some text for it, what font is the preselected one by C# i.e. in VB 2008 Express it is MS Sans Serif ... I hope this helps

推荐答案

"label1"如果将其拖放到设计器中...
"label1" if you drag and drop it in the designer...


设计器可以分配默认文本,否则默认文本为String.Empty.顺便说一句,有VS 2003和VS 2005,但没有VS2004.


~~~~~~~~~~

根据您的评论进行更新.在C#中,设计器默认使用以下字体:Microsoft Sans Serif,8.25pt
The designer may assign default text, but otherwise the default text is String.Empty. BTW there was VS 2003 and VS 2005 but there is no VS 2004.


~~~~~~~~~~

Update based on your comment. In C#, the designer defaults to this font : Microsoft Sans Serif, 8.25pt


这篇关于Visual Studio 2004 C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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