'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("The minimum line thickness of mark. Possible value is any positive value.")> Public Property MinMarkThickness As Single
[DefaultValue(1)] [Description("The minimum line thickness of mark. Possible value is any positive value.")] public float MinMarkThickness { get; set; }
[DefaultValue(1)] [Description("The minimum line thickness of mark. Possible value is any positive value.")] public: __property float get_MinMarkThickness(); public: __property void set_MinMarkThickness(
float value
);
[DefaultValue(1)] [Description("The minimum line thickness of mark. Possible value is any positive value.")] public:
property float MinMarkThickness { float get(); void set(float value); }
Property Value
Возможное значение - любое положительное значение. Значение по умолчанию - 1f.