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