ComponentOne Studio for WinRT XAML
FontWeight プロパティ (C1TextRange)

範囲内のランのフォントウェイトを取得または設定します。
構文
'宣言
 
Public Property FontWeight As System.Nullable(Of FontWeight)
public System.Nullable<FontWeight> FontWeight {get; set;}
解説
範囲が空の場合にこのプロパティを設定すると、書き込むテキストの FontWeight が変更され、FontWeight を取得すると、書き込むテキストの書式が返されます。選択範囲が空ではない場合にこのプロパティを取得すると、選択範囲の書式が返され、選択範囲の書式が混在している場合は null が返されます。
参照

C1TextRange クラス
C1TextRange メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.