ComponentOne Bitmap for UWP
GetPropertyName(Int32) Method

C1.UWP.DX 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.

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

Reference

Properties Class
Properties Members
Overload List