'Declaration Public Property Bold As Boolean
'Declaration
Public Property Bold As Boolean
'使用法 Dim instance As Font Dim value As Boolean instance.Bold = value value = instance.Bold
'使用法
Dim instance As Font Dim value As Boolean instance.Bold = value value = instance.Bold
public bool Bold {get; set;}
true
false
Font 構造体 Font メンバ
Copyright © 2004 GrapeCity inc.