DataPointCustomProperties.Font 属性
定义
获取或设置数据点的字体。Gets or sets the font of the data point.
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 值,表示数据点的字体。A Font value that represents the font of the data point.
- 属性