Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Pen Class / IsSet Method
The attribute(s) to verify.


In This Topic
    IsSet Method (Pen)
    In This Topic
    Gets a value indicating whether the specified attribute(s) is set.
    Syntax
    'Declaration
     
    
    Public Function IsSet( _
       ByVal attr As Pen.Attributes _
    ) As Boolean
    'Usage
     
    
    Dim instance As Pen
    Dim attr As Pen.Attributes
    Dim value As Boolean
     
    value = instance.IsSet(attr)
    public bool IsSet( 
       Pen.Attributes attr
    )

    Parameters

    attr
    The attribute(s) to verify.

    Return Value

    true if the specified attribute(s) is set; otherwise, false.
    See Also