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