C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetValue Method / SetValue(Int32,Vector4) Method
Index of the property
Value of the property

In This Topic
SetValue(Int32,Vector4) Method
In This Topic
Sets the named property to the given value.
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal index As System.Integer, _
   ByVal value As Vector4 _
) 
 

Parameters

index
Index of the property
value
Value of the property
See Also