Find not empty pixel width value.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public static int FindPixelWidthValue( Unit widthValue, CssStyleCollection style, int defaultValue ) |
Visual Basic |
---|
Public Shared Function FindPixelWidthValue ( _ widthValue As Unit, _ style As CssStyleCollection, _ defaultValue As Integer _ ) As Integer |
Parameters
- widthValue
- Type: System.Web.UI.WebControls..::..Unit
The width value.
- style
- Type: System.Web.UI..::..CssStyleCollection
The style.
- defaultValue
- Type: System..::..Int32
The default value.