←Select platform

Y Property

Summary

Gets or sets the y-coordinate of the upper-left-hand corner of this LeadRect structure.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Y", IsRequired=true)] 
public int Y { get; set; } 
  
<DataMemberAttribute(Name="Y", IsRequired=True)> 
Public Property Y As Integer 
[DataMemberAttribute(Name="Y", IsRequired=true)] 
public: 
property int Y { 
   int get(); 
   void set (    int ); 
} 

Property Value

The y-coordinate of the upper-left-hand corner of this LeadRect structure.

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.Services.DataContracts Assembly