Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IActualValue Interface / GetDefaultForegroundColor Method


In This Topic
    GetDefaultForegroundColor Method
    In This Topic
    Gets the default color of the foreground.
    Syntax
    'Declaration
     
    Function GetDefaultForegroundColor() As Nullable(Of Color)
    'Usage
     
    Dim instance As IActualValue
    Dim value As Nullable(Of Color)
     
    value = instance.GetDefaultForegroundColor()
    Nullable<Color> GetDefaultForegroundColor()

    Return Value

    The default color of the foreground.
    See Also