ComponentOne Bitmap for UWP
SetValueByName(String,ColorF) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class > SetValueByName Method : SetValueByName(String,ColorF) Method
Name of the property
Value of the property
Sets the named property to the given value.
Syntax
'Declaration
 
Public Overloads Sub SetValueByName( _
   ByVal name As System.String, _
   ByVal value As ColorF _
) 
public void SetValueByName( 
   System.string name,
   ColorF value
)

Parameters

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

Reference

Properties Class
Properties Members
Overload List