ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / SetAutoValue Method

In This Topic
    SetAutoValue Method
    In This Topic
    Specifies that this CSSValue's value is the CSS keyword 'auto'.
    Syntax
    'Declaration
     
    Public Sub SetAutoValue() 
    public void SetAutoValue()
    Remarks
    Used for margin-top, margin-right, margin-bottom, margin-left, margin, width, and height values.
    See Also