'Declaration <DescriptionAttribute("The position of the tick.")> <DefaultValueAttribute(0)> Public Property Position As Single
[Description("The position of the tick.")] [DefaultValue(0)] public float Position { get; set; }
[Description("The position of the tick.")] [DefaultValue(0)] public: __property float get_Position(); public: __property void set_Position(
float value
);
[Description("The position of the tick.")] [DefaultValue(0)] public:
property float Position { float get(); void set(float value); }
Property Value
Допустимые значения: от 0 до 1. Значение по умолчанию - 0.