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