C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValueByName Method / SetValueByName(String,ColorF) Method
Name of the property
Value of the property

In This Topic
SetValueByName(String,ColorF) 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 ColorF _
) 
 

Parameters

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