←Select platform

Width Property

Summary

Gets or sets the width of this AnnPicture object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Width { get; set; } 
Public Property Width As Double 
public double Width {get; set;} 
@property (nonatomic) double width; 
public double getWidth() 
public void setWidth(double width) 
             
  
get_Width(); 
set_Width(value); 
Object.defineProperty('Width');  
public:  
   property double Width 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The width of this AnnPicture object.

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.Annotations.Core Assembly