[Description("The offset, which is used when the complex values are converted into the color component values.")] [DefaultValue(0,5)] protected virtual double InverseTransformComponentOffset { get; set; }
[Description("The offset, which is used when the complex values are converted into the color component values.")] [DefaultValue(0,5)] protected: __property virtual double get_InverseTransformComponentOffset(); protected: __property virtual void set_InverseTransformComponentOffset(
double value
);
[Description("The offset, which is used when the complex values are converted into the color component values.")] [DefaultValue(0,5)] protected:
virtual property double InverseTransformComponentOffset { double get(); void set(double value); }
'Declaration <DescriptionAttribute("The offset, which is used when the complex values are converted into the color component values.")> <DefaultValueAttribute(0,5)> Protected Overridable Property InverseTransformComponentOffset As Double
Property Value
Default value is 0.5.