5 references to Bottom
System.Web (5)
UI\WebControls\TableItemStyle.cs (1)
109if (value < VerticalAlign.NotSet || value > VerticalAlign.Bottom) {
UI\WebControls\VerticalAlignConverter.cs (4)
25static string[] stringValues = new String[(int) VerticalAlign.Bottom + 1]; 31stringValues[(int) VerticalAlign.Bottom] = "Bottom"; 64return VerticalAlign.Bottom; 80if (destinationType == typeof(string) && ((int) value <= (int)VerticalAlign.Bottom)) {