←Select platform

Y Property

Summary

Gets or sets a value that represents the Y coordinate for this LogicalPoint.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="y", Order=1, IsRequired=true)] 
public double Y { get; set; } 
  
Public Property Y As Double 
public: 
property double Y { 
   double get(); 
   void set (    double ); 
} 

Property Value

The y-coordinate of this LogicalPoint.

Example

For an example, refer to X.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms Assembly