'Declaration Public Shared Function Parse( _ ByVal name As String _ ) As BorderProperty
'Usage Dim name As String Dim value As BorderProperty value = BorderProperty.Parse(name)
public static BorderProperty Parse( string name )
Parameters
- name
- Name of the BorderProperty object to return
Return Value
BorderProperty object with the specified name or null if no BorderProperty object has the specified name