'Declaration <DescriptionAttribute("The minimum line thickness of mark. Possible value is any positive value.")> <DefaultValueAttribute(1)> Public Property MinMarkThickness As Single
[Description("The minimum line thickness of mark. Possible value is any positive value.")] [DefaultValue(1)] public float MinMarkThickness { get; set; }
[Description("The minimum line thickness of mark. Possible value is any positive value.")] [DefaultValue(1)] public: __property float get_MinMarkThickness(); public: __property void set_MinMarkThickness(
float value
);
[Description("The minimum line thickness of mark. Possible value is any positive value.")] [DefaultValue(1)] public:
property float MinMarkThickness { float get(); void set(float value); }
Property Value
Possible value is any positive value. Default value is 1f.