←Select platform

Right Property

Summary

Gets or sets the right component of this AnnThickness instance.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Right { get; set; } 
Public Property Right As Double 
public double Right {get; set;} 
@property (nonatomic) double right; 
             
public double getRight() 
public void setRight(double right) 
             
  
get_Right(); 
set_Right(value); 
Object.defineProperty('Right');  
public:  
   property double Right 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The right component of this AnnThickness instance.

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