BCGControlBar Library for .NET
EmbeddedControlPadding Property




Gets or sets the spacing between the edges of the embedded control and embedded control borders.
Syntax
'Declaration
 
Public Property EmbeddedControlPadding As Padding
'Usage
 
Dim instance As DockingPane
Dim value As Padding
 
instance.EmbeddedControlPadding = value
 
value = instance.EmbeddedControlPadding
public Padding EmbeddedControlPadding {get; set;}
public: __property Padding get_EmbeddedControlPadding();
public: __property void set_EmbeddedControlPadding( 
   Padding value
);
public:
property Padding EmbeddedControlPadding {
   Padding get();
   void set (    Padding value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockingPane Class
DockingPane Members

Send Feedback