Spread WPF 18
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