3 references to Alignment
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\Constants.cs (1)
44internal static readonly StyleFilter Layout= StyleFilter.Wrapping | StyleFilter.Alignment;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (2)
107if ((_filter & StyleFilter.Alignment) == 0){ 228returnValue |= StyleFilter.Alignment;