Finds the pixel height value.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public static int FindPixelHeightValue( Unit heightValue, CssStyleCollection style, int defaultValue ) |
Visual Basic |
---|
Public Shared Function FindPixelHeightValue ( _ heightValue As Unit, _ style As CssStyleCollection, _ defaultValue As Integer _ ) As Integer |
Parameters
- heightValue
- Type: System.Web.UI.WebControls..::..Unit
The height value.
- style
- Type: System.Web.UI..::..CssStyleCollection
The style.
- defaultValue
- Type: System..::..Int32
The default value.