Top Property
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ConnectionWindow Class : Top Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")>
Public Property Top As Double
Visual Basic (Usage) Copy Code
Dim instance As K2ConnectionWindow
Dim value As Double
 
instance.Top = value
 
value = instance.Top
C#  
[TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public double Top {get; set;}
C++/CLI  
[TypeConverter("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
public:
property double Top {
   double get();
   void set (    double 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