MESCIUS SPREAD for Windows Forms 17.0J
Font プロパティ (ChartShape)

要素のフォントを取得または設定します。
構文
'Declaration
 
Public Overrides Property Font As Font
public override Font Font {get; set;}
Font f = new System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold); element.Font = f; element.State = FarPoint.Win.ElementState.Inverted;
Dim f As New System.Drawing.Font("MS Sans Serif", 12, FontStyle.Bold) element.Font = f element.State = FarPoint.Win.ElementState.Inverted
参照

ChartShape クラス
ChartShape メンバ

 

 


© MESCIUS inc. All rights reserved.