Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ViewerBorderPadding Class Members
See Also  Properties  Methods  Events
Leadtools.WinForms Namespace : ViewerBorderPadding Class


The following tables list the members exposed by ViewerBorderPadding.

Public Constructors

 NameDescription
Public ConstructorViewerBorderPadding Constructor Initializes a new ViewerBorderPadding with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAll Gets or sets the padding width for all edges of a viewer control.  
Public PropertyBottom Gets or sets the padding width for the bottom edge of a viewer control.  
Public PropertyLeft Gets or sets the padding width for the left edge of a viewer control.  
Public PropertyRight Gets or sets the padding width for the right edge of a viewer control.  
Public PropertyTop Gets or sets the padding width for the top edge of a viewer control.  
Top

Public Methods

 NameDescription
Public MethodClone Creates another object that contains the same state as the current one.
 
Top

Public Events

 NameDescription
Public EventChanged Occurs when the viewer border padding changes.  
Top

See Also