ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValueByName Method / SetValueByName(String,Matrix3x2) Method
Name of the property
Value of the property

In This Topic
    SetValueByName(String,Matrix3x2) Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Overloads Sub SetValueByName( _
       ByVal name As System.String, _
       ByVal value As Matrix3x2 _
    ) 
    public void SetValueByName( 
       System.string name,
       Matrix3x2 value
    )

    Parameters

    name
    Name of the property
    value
    Value of the property
    See Also