Gets or sets the padding width for the left edge of a viewer control.
public virtual float Left {get; set;}
public:
virtual property float Left {
float get();
void set ( float value);
}
'Declaration
Public Overridable Property Left As Single
'Usage
Dim instance As ViewerBorderPadding
Dim value As Single
instance.Left = value
value = instance.Left
Property Value
The padding width in pixels.