Left Property
See Also 
SourceCode.Workflow.Design.Interop Namespace > TemplateSelection Class : Left Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<EditorBrowsableAttribute()>
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("The upper left of the control, in container coordinates.")>
Public Property Left As Integer
Visual Basic (Usage) Copy Code
Dim instance As TemplateSelection
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
C#  
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[EditorBrowsable()]
[SRCategory("Layout")]
[SRDescription("The upper left of the control, in container coordinates.")]
public int Left {get; set;}
C++/CLI  
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
[EditorBrowsable()]
[SRCategory("Layout")]
[SRDescription("The upper left of the control, in container coordinates.")]
public:
property int Left {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also