'Declaration <DescriptionAttribute("The border size of each image region.")> <DefaultValueAttribute(1)> Public Property BorderSize As System.Int32
[Description("The border size of each image region.")] [DefaultValue(1)] public System.Int32 BorderSize { get; set; }
[Description("The border size of each image region.")] [DefaultValue(1)] public: __property System.Int32 get_BorderSize(); public: __property void set_BorderSize(
System.Int32 value
);
[Description("The border size of each image region.")] [DefaultValue(1)] public:
property System.Int32 BorderSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Минимальное значение - 0. Значение по умолчанию - 1.