Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

All Property






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

            

            
public:
virtual property float All {
   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

Error processing SSI file