5 references to stringValues
System.Web (5)
UI\WebControls\VerticalAlignConverter.cs (5)
28
stringValues
[(int) VerticalAlign.NotSet] = "NotSet";
29
stringValues
[(int) VerticalAlign.Top] = "Top";
30
stringValues
[(int) VerticalAlign.Middle] = "Middle";
31
stringValues
[(int) VerticalAlign.Bottom] = "Bottom";
81
return
stringValues
[(int) value];