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