LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Top Property
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : Top Property



Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.

Syntax

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

Property Value

An System.Int32 representing the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features