5 writes to Alignment
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
293
subCommandStyle.
Alignment
= style.Alignment;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
247
commandStyle.
Alignment
= Alignment.Left;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
480
subCommandStyle.
Alignment
= style.Alignment;
UI\MobileControls\MobileControl.cs (1)
819
this.Style.
Alignment
= value;
UI\MobileControls\StyleSheet.cs (1)
71
subCommand.
Alignment
= Alignment.Center;
4 references to Alignment
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
293
subCommandStyle.Alignment = style.
Alignment
;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
245
if (commandStyle.
Alignment
== Alignment.NotSet)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
480
subCommandStyle.Alignment = style.
Alignment
;
UI\MobileControls\MobileControl.cs (1)
815
return this.Style.
Alignment
;