'Declaration Public Overridable Function IsDefined( _ ByVal prop As BorderProperty _ ) As Boolean
'Usage Dim instance As Border Dim prop As BorderProperty Dim value As Boolean value = instance.IsDefined(prop)
public virtual bool IsDefined( BorderProperty prop )
Parameters
- prop
- Border setting from the BorderProperty class
Return Value
Boolean: true if a property has been set; false otherwise