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