'Declaration
Public Function IsSet( _ ByVal attr As FontAttributes _ ) As Boolean
'Usage
Dim instance As Font Dim attr As FontAttributes Dim value As Boolean value = instance.IsSet(attr)
public bool IsSet( FontAttributes attr )
Parameters
- attr
- A FontAttributes value indicates the attribute(s) will be tested.
Return Value
true
if the specified attribute(s) is set; otherwise, false
.