'Declaration Public Overridable Function IsDefined( _ ByVal prop As AppearanceProperty _ ) As Boolean
'Usage Dim instance As Appearance Dim prop As AppearanceProperty Dim value As Boolean value = instance.IsDefined(prop)
public virtual bool IsDefined( AppearanceProperty prop )
Parameters
- prop
- AppearanceProperty object containing the appearance property
Return Value
Boolean: true if property is set; false otherwise