DataPointCustomProperties.Font プロパティ

定義

データ ポイントのフォントを取得または設定します。

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

プロパティ値

Font

データ ポイントのフォントを表す Font 値。

属性

適用対象