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