728x90
배경
간단한 코드인데, 찾으면 잘 안보인다.
소스코드를 분석하다가 발견했다.
나중에 써먹을까 싶어 Keeping해둔다.
소스
색 지정 뿐만 아니라, Pixel 지정, % 지정도 기억해 둘만 하다.
cCalendar = new System.Web.UI.WebControls.Calendar(); cCalendar.ID = "cCalendar"; cCalendar.BorderColor = System.Drawing.Color.FromArgb(0xFF, 0xFB, 0xE0); cCalendar.Height = Unit.Pixel(50); cCalendar.Width = Unit.Percentage(100.0); |
728x90
'PROGRAMMING > C#' 카테고리의 다른 글
C# - 데이터 삭제하기 (0) | 2012.08.23 |
---|---|
JSON 활용 C# (0) | 2012.04.25 |
NameValueCollection 사용하기 (0) | 2012.02.23 |
CS CustomControl Part2 (0) | 2012.02.22 |
CS CustomControl Part1 (0) | 2012.02.22 |
댓글