Spread WPF 18
GrapeCity.Core Namespace / SchemeColor Structure / IsTransparent Method


In This Topic
    IsTransparent Method
    In This Topic
    Gets a value indicating whether this color is transparent color.
    Syntax
    'Declaration
     
    Public Function IsTransparent() As Boolean
    'Usage
     
    Dim instance As SchemeColor
    Dim value As Boolean
     
    value = instance.IsTransparent()
    public bool IsTransparent()
    See Also