Leadtools.Forms Namespace > LogicalRectangle Structure : Y Property |
[CategoryAttribute(" Bounds")] [DisplayNameAttribute(" Y")] [LEADPropertyOrderAttribute(2)] [DescriptionAttribute("Y (top) position in units")] public double Y {get; set;}
'Declaration <CategoryAttribute(" Bounds")> <DisplayNameAttribute(" Y")> <LEADPropertyOrderAttribute(2)> <DescriptionAttribute("Y (top) position in units")> Public Property Y As Double
'Usage Dim instance As LogicalRectangle Dim value As Double instance.Y = value value = instance.Y
[CategoryAttribute(" Bounds")] [DisplayNameAttribute(" Y")] [LEADPropertyOrderAttribute(2)] [DescriptionAttribute("Y (top) position in units")] public double Y {get; set;}
CategoryAttribute(" Bounds") DisplayNameAttribute(" Y") LEADPropertyOrderAttribute(2) DescriptionAttribute("Y (top) position in units") get_Y();
set_Y(value);
[CategoryAttribute(" Bounds")] [DisplayNameAttribute(" Y")] [LEADPropertyOrderAttribute(2)] [DescriptionAttribute("Y (top) position in units")] public: property double Y { double get(); void set ( double value); }
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