ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / SetEnumValue<T> Method
Index of the property
Value of the property

In This Topic
    SetEnumValue<T> Method
    In This Topic
    Sets the named property to the given value.
    Syntax
    'Declaration
     
    Public Sub SetEnumValue(Of T As {New, Struct})( _
       ByVal index As System.Integer, _
       ByVal value As T _
    ) 
    public void SetEnumValue<T>( 
       System.int index,
       T value
    )
    where T: new(), struct

    Parameters

    index
    Index of the property
    value
    Value of the property

    Type Parameters

    T
    See Also