ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 String _
    ) As Integer
    public int GetPropertyIndex( 
       string name
    )

    Parameters

    name
    See Also