'Declaration
<System.ComponentModel.DefaultValueAttribute(0)> <System.ComponentModel.DescriptionAttribute("Gets/sets the red scale value.")> Public Property RedScale As System.Byte
'Usage
Dim instance As NScaleColorTransform Dim value As System.Byte instance.RedScale = value value = instance.RedScale
[System.ComponentModel.DefaultValue(0)] [System.ComponentModel.Description("Gets/sets the red scale value.")] public System.byte RedScale {get; set;}