名前空間一覧 > GrapeCity.Web.Input.IMCalendar 名前空間 > Style クラス : ImageAsBackground プロパティ |
Imports GrapeCity.Web.Input.IMCalendar GcCalendar1.Styles.Add("Title") Dim titleStyle As Style = GcCalendar1.Styles("Title") titleStyle.ImageUrl = "TitleImage.png" titleStyle.ImageAsBackground = True GcCalendar1.TitleStyle = titleStyle
using GrapeCity.Web.Input.IMCalendar; GcCalendar1.Styles.Add("Title"); Dim titleStyle As Style = GcCalendar1.Styles("Title"); titleStyle.ImageUrl = "TitleImage.png"; titleStyle.ImageAsBackground = true; GcCalendar1.TitleStyle = titleStyle;