ToGrayscale Method (Theme)
In This Topic
Get the corresponding grayscale theme.
Syntax
'Declaration
Public Function ToGrayscale() As Theme
'Usage
Dim instance As Theme
Dim value As Theme
value = instance.ToGrayscale()
public Theme ToGrayscale()
See Also