Spread Windows Forms 12.0 Product Documentation
Thickness Property (AnimatedDefaultFocusIndicatorRenderer)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AnimatedDefaultFocusIndicatorRenderer Class : Thickness Property
Gets or sets the thickness.
Syntax
'Declaration
 
Public Property Thickness As Integer
'Usage
 
Dim instance As AnimatedDefaultFocusIndicatorRenderer
Dim value As Integer
 
instance.Thickness = value
 
value = instance.Thickness
public int Thickness {get; set;}

Property Value

Integer number of pixels in the thickness
Example
This example sets the size of the focus border.
FarPoint.Win.Spread.AnimatedDefaultFocusIndicatorRenderer da = new FarPoint.Win.Spread.AnimatedDefaultFocusIndicatorRenderer();
da.Thickness = 4;
fpSpread1.FocusRenderer = da;
Dim da As New FarPoint.Win.Spread.AnimatedDefaultFocusIndicatorRenderer()
da.Thickness = 4
fpSpread1.FocusRenderer = da
See Also

Reference

AnimatedDefaultFocusIndicatorRenderer Class
AnimatedDefaultFocusIndicatorRenderer Members