DekGenius.com
[ Team LiB ] Previous Section Next Section

ScrollableControl.DockPaddingEdges

System.Windows.Forms (system.windows.forms.dll)class

This class encapsulates the margins around the edge of a ScrollableControl.

public class ScrollableControl.DockPaddingEdges : ICloneable {
// Public Instance Properties
   public int All{set; get; }
   public int Bottom{set; get; }
   public int Left{set; get; }
   public int Right{set; get; }
   public int Top{set; get; }
// Public Instance Methods
   public override bool Equals(object other);  // overrides object
   public override int GetHashCode();  // overrides object
   public override string ToString();  // overrides object
}
    [ Team LiB ] Previous Section Next Section