Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ColorTransform Structure / Value Property


In This Topic
    Value Property (ColorTransform)
    In This Topic
    Return value of color transform.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Double
    'Usage
     
    
    Dim instance As ColorTransform
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}
    See Also