HtmlInputImage.Align Property
.NET Framework 3.0
Gets or sets the alignment of the HtmlInputImage control in relation to other elements on the Web page.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Align () /** @property */ public void set_Align (String value)
public function get Align () : String public function set Align (value : String)
Not applicable.
Property Value
The alignment of the HtmlInputImage control in relation to other elements on the Web page.Community Additions
ADD
Show: