Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / NegativeForegroundProperty Field


In This Topic
    NegativeForegroundProperty Field
    In This Topic
    Identifies the NegativeForeground dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly NegativeForegroundProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcNumber.NegativeForegroundProperty
    public static readonly DependencyProperty NegativeForegroundProperty

    Field Value

    The identifier for the NegativeForeground dependency property.
    See Also