PowerTCP Emulation for .NET
Margin Property




Gets or sets the space between controls.
Syntax
Public Shadows Property Margin As Padding
Dim instance As Vt
Dim value As Padding
 
instance.Margin = value
 
value = instance.Margin
public new Padding Margin {get; set;}
public: __property new Padding get_Margin();
public: __property new void set_Margin( 
   Padding value
);
public:
new property Padding Margin {
   Padding get();
   void set (    Padding value);
}
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