[Description("The number of pixels to skew in horizontal or vertical direction. Valid value is 0 and any positive or negative value.")] [DefaultValue(0)] public System.Int32 Offset { get; set; }
[Description("The number of pixels to skew in horizontal or vertical direction. Valid value is 0 and any positive or negative value.")] [DefaultValue(0)] public: __property System.Int32 get_Offset(); public: __property void set_Offset(
System.Int32 value
);
[Description("The number of pixels to skew in horizontal or vertical direction. Valid value is 0 and any positive or negative value.")] [DefaultValue(0)] public:
property System.Int32 Offset { System.Int32 get(); void set(System.Int32 value); }
'Declaration <DescriptionAttribute("The number of pixels to skew in horizontal or vertical direction. Valid value is 0 and any positive or negative value.")> <DefaultValueAttribute(0)> Public Property Offset As System.Int32
Property Value
Допустимое значение - 0 и любое положительное или отрицательное значение. Значение по умолчанию - 0 (без изменений).