LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 Constructor ViewerBorderPadding ConstructorInitializes a new ViewerBorderPadding with default parameters.  
Top

Public Properties

 NameDescription
public Property AllGets or sets the padding width for all edges of a viewer control.  
public Property BottomGets or sets the padding width for the bottom edge of a viewer control.  
public Property LeftGets or sets the padding width for the left edge of a viewer control.  
public Property RightGets or sets the padding width for the right edge of a viewer control.  
public Property TopGets or sets the padding width for the top edge of a viewer control.  
Top

Public Methods

 NameDescription
public Method CloneCreates another object that contains the same state as the current one.
 
Top

Public Events

 NameDescription
public Event ChangedOccurs when the viewer border padding changes.  
Top

See Also