|
|
От: |
Мирный
|
|
| Дата: | 13.05.06 09:39 | ||
| Оценка: | |||
public string Left
{
get
{
return this.Style[Web.HtmlTextWriterStyle.Left];
}
set { this.Style[Web.HtmlTextWriterStyle.Left] = value; }
}