ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / GetPropertyName Method / GetPropertyName(Int32) Method

The index of the property for which the name is being returned.


In This Topic
    GetPropertyName(Int32) Method
    In This Topic
    Gets the number of characters for the given property name.
    Syntax
    'Declaration
     
    Public Overloads Function GetPropertyName( _
       ByVal index As System.Integer _
    ) As System.String
    public System.string GetPropertyName( 
       System.int index
    )

    Parameters

    index

    The index of the property for which the name is being returned.

    Return Value

    The name of the property
    Remarks
    This method returns an empty string if index is invalid.
    See Also