'Declaration <DescriptionAttribute("Image sides where border will be searched. Default value is All.")> <DefaultValueAttribute(All)> Public Property Side As Vintasoft.Imaging.ImageProcessing.ImageSide
[Description("Image sides where border will be searched. Default value is All.")] [DefaultValue(All)] public Vintasoft.Imaging.ImageProcessing.ImageSide Side { get; set; }
[Description("Image sides where border will be searched. Default value is All.")] [DefaultValue(All)] public: __property Vintasoft.Imaging.ImageProcessing.ImageSide get_Side(); public: __property void set_Side(
Vintasoft.Imaging.ImageProcessing.ImageSide value
);
[Description("Image sides where border will be searched. Default value is All.")] [DefaultValue(All)] public:
property Vintasoft.Imaging.ImageProcessing.ImageSide Side { Vintasoft.Imaging.ImageProcessing.ImageSide get(); void set(Vintasoft.Imaging.ImageProcessing.ImageSide value); }
Property Value
Значение по умолчанию: ImageSide.All.