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