GrapeCity SPREAD for WPF 2.0J
FontSize プロパティ (StyleInfo)

現在の要素のフォントサイズを取得または設定します。
構文
'Declaration
 
Public Property FontSize As Nullable(Of Double)
public Nullable<double> FontSize {get; set;}

プロパティ値

フォントサイズを示す double 値。null 参照 (Visual Basicでは Nothing) は値が親から継承されることを意味します。既定値は null 参照 (Visual Basicでは Nothing) です。
例外
例外説明
System.ArgumentOutOfRangeExceptionFontSize が 35791 より大きい値または 0.001 以下の値に設定されています。
参照

StyleInfo クラス
StyleInfo メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.