In This Topic
Specifies the value as a percent.
Syntax
'Declaration
Public Sub SetPercentValue( _
ByVal As Single _
)
public void SetPercentValue(
float
)
Parameters
- aValue
- A percentage (0-100) value. According to CSS this value could range from negative to greater than 100.
See Also