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