ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / Color Structure / IsEmpty Property

In This Topic
    IsEmpty Property (Color)
    In This Topic
    Gets a value indicating whether this instance is empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    true if this instance is empty; otherwise, false.
    See Also