4 references to NotSet
System.Web (4)
UI\WebControls\Image.cs (4)
128
DefaultValue(ImageAlign.
NotSet
),
134
return((o == null) ? ImageAlign.
NotSet
: (ImageAlign)o);
137
if (value < ImageAlign.
NotSet
|| value > ImageAlign.TextTop) {
225
if (align != ImageAlign.
NotSet
) {