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