WinUI コントロール
C1Font コンストラクタ

C1.WinUI.Core アセンブリ > C1.WinUI.Core 名前空間 > C1Font クラス : C1Font コンストラクタ
シンタックス
'宣言
 
Public Function New( _
   ByVal getFontSize As System.Func(Of Double), _
   ByVal getFontFamily As System.Func(Of FontFamily), _
   ByVal getFontWeight As System.Func(Of FontWeight), _
   ByVal getFontStyle As System.Func(Of FontStyle) _
)
public C1Font( 
   System.Func<double> getFontSize,
   System.Func<FontFamily> getFontFamily,
   System.Func<FontWeight> getFontWeight,
   System.Func<FontStyle> getFontStyle
)

パラメータ

getFontSize
getFontFamily
getFontWeight
getFontStyle
参照

C1Font クラス
C1Font メンバ