'Declaration <DescriptionAttribute("The direction in which image is processed.")> <DefaultValueAttribute("Horizontal, Vertical")> Public Property Direction As Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection
[Description("The direction in which image is processed.")] [DefaultValue("Horizontal, Vertical")] public Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection Direction { get; set; }
[Description("The direction in which image is processed.")] [DefaultValue("Horizontal, Vertical")] public: __property Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection get_Direction(); public: __property void set_Direction(
Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection value
);
[Description("The direction in which image is processed.")] [DefaultValue("Horizontal, Vertical")] public:
property Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection Direction { Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection get(); void set(Vintasoft.Imaging.ImageProcessing.ImageProcessingDirection value); }
Property Value
Значение по умолчанию - вертикальное и горизонтальное направление.