ComponentOne Bitmap for UWP
SetValueByName(String,Vector2) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class > SetValueByName Method : SetValueByName(String,Vector2) 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 Vector2 _
) 
public void SetValueByName( 
   System.string name,
   Vector2 value
)

Parameters

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

Reference

Properties Class
Properties Members
Overload List