C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridColumnHeaderCell Class / OutlineBorderWidth Property


In This Topic
OutlineBorderWidth Property
In This Topic
Gets or sets the width of the outline border.
Syntax
'Declaration
 
Public Property OutlineBorderWidth As Double
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As Double
 
instance.OutlineBorderWidth = value
 
value = instance.OutlineBorderWidth
See Also