Xceed Toolkit Plus for WPF v4.6 Documentation
ContainerPadding Property


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > PathConfiguration Class : ContainerPadding Property
Gets or sets the padding between containers.
Syntax
'Declaration
 
Public Property ContainerPadding As Double
'Usage
 
Dim instance As PathConfiguration
Dim value As Double
 
instance.ContainerPadding = value
 
value = instance.ContainerPadding
public double ContainerPadding {get; set;}

Property Value

double value that specifies a device-independent units (1/96th inch per unit) measure representing the padding between containers. By default, 10.0d.

Requirements

Target Platforms: Windows 11, Windows 10, 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

PathConfiguration Class
PathConfiguration Members