ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetFloatValue Method
The value to store.
The CSS unit type the value is in.

In This Topic
    SetFloatValue Method
    In This Topic
    Specifies this current value as a float.
    Syntax
    'Declaration
     
    Public Sub SetFloatValue( _
       ByVal aValue As Single, _
       ByVal aUnit As eCSSUnit _
    ) 
    public void SetFloatValue( 
       float aValue,
       eCSSUnit aUnit
    )

    Parameters

    aValue
    The value to store.
    aUnit
    The CSS unit type the value is in.
    See Also