C1.Win.C1InputPanel 命名空间 > InputComponent 类 : Font 属性 |
'声明
<System.ComponentModel.DefaultValueAttribute()> <C1DescriptionAttribute("InputComponent使用的字体。")> <System.ComponentModel.LocalizableAttribute(True)> <C1CategoryAttribute("外观")> Public Property Font As System.Drawing.Font
'用法
Dim instance As InputComponent Dim value As System.Drawing.Font instance.Font = value value = instance.Font
[System.ComponentModel.DefaultValue()] [C1Description("InputComponent使用的字体。")] [System.ComponentModel.Localizable(true)] [C1Category("外观")] public System.Drawing.Font Font {get; set;}
public read-write property Font: System.Drawing.Font;
System.ComponentModel.DefaultValueAttribute() C1DescriptionAttribute("InputComponent使用的字体。") System.ComponentModel.LocalizableAttribute() C1CategoryAttribute("外观") public function get,set Font : System.Drawing.Font
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2