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