LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Right Property

Show in webframe





Gets or sets the padding width for the right edge of a viewer control.
Syntax
public virtual float Right {get; set;}
'Declaration
 
Public Overridable Property Right As Single
'Usage
 
Dim instance As ViewerBorderPadding
Dim value As Single
 
instance.Right = value
 
value = instance.Right

            

            
public:
virtual property float Right {
   float get();
   void set (    float value);
}

Property Value

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

Target Platforms

See Also

Reference

ViewerBorderPadding Class
ViewerBorderPadding Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.