Dart.Emulation Namespace > Vt Class : AutoScrollMargin Property |
<DefaultValueAttribute()> Public Shadows Property AutoScrollMargin As Size
Dim instance As Vt Dim value As Size instance.AutoScrollMargin = value value = instance.AutoScrollMargin
[DefaultValue()] public new Size AutoScrollMargin {get; set;}
[DefaultValue()] public: __property new Size get_AutoScrollMargin(); public: __property new void set_AutoScrollMargin( Size value );
[DefaultValue()] public: new property Size AutoScrollMargin { Size get(); void set ( Size value); }