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.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.
Target Platforms: Microsoft .NET Framework 2.0