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