'宣言
Public Property FontSize As Nullable(Of Double)
public Nullable<double> FontSize {get; set;}
プロパティ値
フォントサイズを示すdouble
値。null 参照 (Visual Basicでは Nothing) は値が親から継承されることを意味します。既定値は null 参照 (Visual Basicでは Nothing) です。'宣言
Public Property FontSize As Nullable(Of Double)
public Nullable<double> FontSize {get; set;}
double
値。null 参照 (Visual Basicでは Nothing) は値が親から継承されることを意味します。既定値は null 参照 (Visual Basicでは Nothing) です。例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | FontSize が 35791 より大きい値または 0.001 以下の値に設定されています。 |