ComponentOne Basic Library for WPF and Silverlight
BorderThickness Property (C1ItemsControl)


C1.Silverlight Namespace > C1ItemsControl Class : BorderThickness Property
Syntax
'Declaration
 
Public Property BorderThickness As System.Windows.Thickness
'Usage
 
Dim instance As C1ItemsControl
Dim value As System.Windows.Thickness
 
instance.BorderThickness = value
 
value = instance.BorderThickness
public System.Windows.Thickness BorderThickness {get; set;}
See Also

Reference

C1ItemsControl Class
C1ItemsControl Members