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