PowerTCP Emulation for .NET
Padding Property




Gets or sets a Padding object which determines the amount of "buffer" space around the Vt text.
Syntax
<DefaultValueAttribute()>
Public Shadows Property Padding As Padding
Dim instance As Vt
Dim value As Padding
 
instance.Padding = value
 
value = instance.Padding
[DefaultValue()]
public new Padding Padding {get; set;}
[DefaultValue()]
public: __property new Padding get_Padding();
public: __property new void set_Padding( 
   Padding value
);
[DefaultValue()]
public:
new property Padding Padding {
   Padding get();
   void set (    Padding value);
}

Property Value

A System.Windows.Forms.Padding object.
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic