'Declaration <DefaultValueAttribute(45)> <DescriptionAttribute("The direction of the motion blur. Valid values are from 0 to 180.")> Public Property MotionDirection As System.Int32
[DefaultValue(45)] [Description("The direction of the motion blur. Valid values are from 0 to 180.")] public System.Int32 MotionDirection { get; set; }
[DefaultValue(45)] [Description("The direction of the motion blur. Valid values are from 0 to 180.")] public: __property System.Int32 get_MotionDirection(); public: __property void set_MotionDirection(
System.Int32 value
);
[DefaultValue(45)] [Description("The direction of the motion blur. Valid values are from 0 to 180.")] public:
property System.Int32 MotionDirection { System.Int32 get(); void set(System.Int32 value); }
Property Value
Действительные значения: от 0 до 180. Значение по умолчанию - 45.