←Select platform

Bottom Property

Summary

Gets or sets the bottom component of this AnnThickness instance.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Bottom { get; set; } 
Public Property Bottom As Double 
public double Bottom {get; set;} 
@property (nonatomic) double bottom; 
             
public double getBottom() 
public void setBottom(double bottom) 
             
  
get_Bottom(); 
set_Bottom(value); 
Object.defineProperty('Bottom');  
public:  
   property double Bottom 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The bottom 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