Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / LinearGradientInfo Class / Degree Property


In This Topic
    Degree Property (LinearGradientInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Degree As Double
    'Usage
     
    Dim instance As LinearGradientInfo
    Dim value As Double
     
    instance.Degree = value
     
    value = instance.Degree
    public double Degree {get; set;}
    See Also