Input for WinForms | ComponentOne
C1.Framework Namespace / Style Class / HasShadow Method

In This Topic
    HasShadow Method
    In This Topic
    Gets whether this style or any of its sub-styles has a shadow.
    Syntax
    'Declaration
     
    
    Public Function HasShadow() As Boolean
    public bool HasShadow()

    Return Value

    True if style or its sub-styles have shadow; False otherwise.
    See Also