←Select platform

Width Property

Summary

Gets or sets the width or horizontal component this LeadSize structure in pixels.

Syntax

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

Property Value

The width or horizontal component of this LeadSize structure in pixels.

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