'Declaration <DefaultValueAttribute(10)> <DescriptionAttribute("The maximal length, in pixels, of a halftone segment.")> Public Property MaxSegmentSize As System.Int32
[DefaultValue(10)] [Description("The maximal length, in pixels, of a halftone segment.")] public System.Int32 MaxSegmentSize { get; set; }
[DefaultValue(10)] [Description("The maximal length, in pixels, of a halftone segment.")] public: __property System.Int32 get_MaxSegmentSize(); public: __property void set_MaxSegmentSize(
System.Int32 value
);
[DefaultValue(10)] [Description("The maximal length, in pixels, of a halftone segment.")] public:
property System.Int32 MaxSegmentSize { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 2 до 50. Значение по умолчанию - 10.