GCIM 名前空間 > GcCalendar オブジェクト : GetLegendStyle メソッド |
var instance = new GCIM.GcCalendar(container, id); var value; // Type: Style value = instance.GetLegendStyle();
function GetLegendStyle() : Style;
// 今日の日付のスタイルを設定します。 var legend = FindIMControl("GcCalendar1").GetLegendStyle(); legend.SetForeColor("blue"); legend.SetTextHAlign("right"); legend.SetBorderColor("orange");