ComponentOne Themes for WinForms
GetThickness Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1Theme Class : GetThickness Method
The target path.
Gets a System.Windows.Forms.Padding specified by a path.
Syntax
'Declaration
 
Public Function GetThickness( _
   ByVal path As System.String _
) As System.Windows.Forms.Padding
public System.Windows.Forms.Padding GetThickness( 
   System.string path
)

Parameters

path
The target path.

Return Value

The padding specified by path.
See Also

Reference

C1Theme Class
C1Theme Members