Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / IsGrayscale Property


In This Topic
    IsGrayscale Property (ElementWindowless)
    In This Topic
    Internal use only
    Syntax
    'Declaration
     
    
    Public Property IsGrayscale As Boolean
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Boolean
     
    instance.IsGrayscale = value
     
    value = instance.IsGrayscale
    public bool IsGrayscale {get; set;}
    See Also