Gets or sets the amount of right padding

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(typeof(Unit), "")]
public Unit Right { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(GetType(Unit), "")> _
Public Property Right As Unit
Visual C++
[DefaultValueAttribute(typeof(Unit), L"")]
public:
property Unit Right {
	Unit get ();
	void set (Unit value);
}

See Also