Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / InteriorInfo Class / Gradient Property


In This Topic
    Gradient Property (InteriorInfo)
    In This Topic
    Gets the IGradient property of an Interior object of a selection.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property Gradient As GradientInfo
    'Usage
     
    Dim instance As InteriorInfo
    Dim value As GradientInfo
     
    instance.Gradient = value
     
    value = instance.Gradient
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public GradientInfo Gradient {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.IGradient object represents the gradient of the interior.
    See Also