PowerWEB LiveControls for ASP.NET
Left Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : Left Property



Gets or sets the left position of the PowerWEB control.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<CategoryAttribute("Layout")>
<DescriptionAttribute("The absolute left position of the control in the browser")>
<DefaultValueAttribute()>
Public Property Left As Unit
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Unit
 
instance.Left = value
 
value = instance.Left
C# 
[BrowsableAttribute(false)]
[CategoryAttribute("Layout")]
[DescriptionAttribute("The absolute left position of the control in the browser")]
[DefaultValueAttribute()]
public Unit Left {get; set;}
C++/CLI 
[BrowsableAttribute(false)]
[CategoryAttribute("Layout")]
[DescriptionAttribute("The absolute left position of the control in the browser")]
[DefaultValueAttribute()]
public:
property Unit Left {
   Unit get();
   void set (    Unit value);
}

Property Value

A Unit that represents the left position of the control. The default is Unit.Empty.

Remarks

Use the Left property to specify the left position of the PowerWEB control. If both Left and Top are Unit.Empty (the default), relative positioning is used. If either Left or Top are not Unit.Empty, absolute positioning is used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.