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