HtmlInputImage::Align Property

 

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)

public:
property String^ Align {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The alignment of the HtmlInputImage control in relation to other elements on the Web page.

Use the Align property to specify the alignment of the HtmlInputImage control in relation to the other elements on the Web page.

The following code example demonstrates how to use the Align property to specify the alignment of the HtmlInputImage control in relation to other elements on the Web page.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: