ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / GetPropertyIndex Method

In This Topic
    GetPropertyIndex Method
    In This Topic
    unsigned int ID2D1Properties::GetPropertyIndex([In] const wchar_t* name)
    Syntax
    'Declaration
     
    Public Function GetPropertyIndex( _
       ByVal name As System.String _
    ) As System.Integer
    public System.int GetPropertyIndex( 
       System.string name
    )

    Parameters

    name
    See Also