FormatData.IsBold 屬性
適用於版本2
取得或設定格式是否為粗體設定。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property IsBold As Boolean
Get
Set
'用途
Dim instance As FormatData
Dim value As Boolean
value = instance.IsBold
instance.IsBold = value
public bool IsBold { get; set; }
public:
property bool IsBold {
bool get ();
void set (bool value);
}
member IsBold : bool with get, set
function get IsBold () : boolean
function set IsBold (value : boolean)
屬性值
型別:System.Boolean
如果格式為粗體設定,則為 true,否則為 false。