MESCIUS InputMan for ASP.NET 10.0J
GetLegendStyle メソッド
今日の日付の描画スタイルを示すStyleオブジェクトを取得します。
シンタックス
var instance = new GCIM.GcCalendar(container, id);
var value; // Type: Style
value = instance.GetLegendStyle();
function GetLegendStyle() : Style;

戻り値の型

今日の日付の描画スタイルを示すStyleオブジェクト。
使用例
// 今日の日付のスタイルを設定します。
var legend = FindIMControl("GcCalendar1").GetLegendStyle();
legend.SetForeColor("blue");
legend.SetTextHAlign("right");
legend.SetBorderColor("orange");
参照

参照

GcCalendar タイプ

 

 


© MESCIUS inc. All rights reserved.