'Declaration <DescriptionAttribute("A value of the third row and second column of the matrix (offset Y).")> <DefaultValueAttribute(0)> <RefreshPropertiesAttribute(Repaint)> Public Property OffsetY As Double
[Description("A value of the third row and second column of the matrix (offset Y).")] [DefaultValue(0)] [RefreshProperties(Repaint)] public double OffsetY { get; set; }
[Description("A value of the third row and second column of the matrix (offset Y).")] [DefaultValue(0)] [RefreshProperties(Repaint)] public: __property double get_OffsetY(); public: __property void set_OffsetY(
double value
);
[Description("A value of the third row and second column of the matrix (offset Y).")] [DefaultValue(0)] [RefreshProperties(Repaint)] public:
property double OffsetY { double get(); void set(double value); }
Property Value
Default value is 0.