'Declaration <DescriptionAttribute("The minimum length-to-width ratio of line. Valid values are 1.0 and more.")> <DefaultValueAttribute(1)> Public Property MinSizeRatio As Double
[Description("The minimum length-to-width ratio of line. Valid values are 1.0 and more.")] [DefaultValue(1)] public double MinSizeRatio { get; set; }
[Description("The minimum length-to-width ratio of line. Valid values are 1.0 and more.")] [DefaultValue(1)] public: __property double get_MinSizeRatio(); public: __property void set_MinSizeRatio(
double value
);
[Description("The minimum length-to-width ratio of line. Valid values are 1.0 and more.")] [DefaultValue(1)] public:
property double MinSizeRatio { double get(); void set(double value); }
Property Value
Допустимые значения: 1,0 и более. Значение по умолчанию - 1.0.