MESCIUS SPREAD for Windows Forms 15.0J
ResetFont メソッド (ChartShape)
使用例 

要素のフォントをデフォルト値にリセットします。
構文
'宣言
 
Public Overrides Sub ResetFont() 
public override void ResetFont()
使用例
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold); element.Font = f; element.State = FarPoint.Win.ElementState.Inverted; element.ResetFont();
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold) element.Font = f element.State = FarPoint.Win.ElementState.Inverted element.ResetFont();
参照

ChartShape クラス
ChartShape メンバ

 

 


© MESCIUS inc. All rights reserved.