LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

Bottom Property






Gets or sets the padding width for the bottom edge of a viewer control.
Syntax
public virtual float Bottom {get; set;}
'Declaration
 
Public Overridable Property Bottom As Single
'Usage
 
Dim instance As ViewerBorderPadding
Dim value As Single
 
instance.Bottom = value
 
value = instance.Bottom
public virtual float Bottom {get; set;}
 get_Bottom();
set_Bottom(value);
public:
virtual property float Bottom {
   float get();
   void set (    float value);
}

Property Value

The padding width in pixels.
Example
For an example, refer to ViewerBorderPadding.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ViewerBorderPadding Class
ViewerBorderPadding Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.