'Declaration <DescriptionAttribute("Width of bearer bars, in pixels.")> <DefaultValueAttribute(3)> <CategoryAttribute("Common")> Public Property BearerBarWidth As Integer
[Description("Width of bearer bars, in pixels.")] [DefaultValue(3)] [Category("Common")] public int BearerBarWidth { get; set; }
[Description("Width of bearer bars, in pixels.")] [DefaultValue(3)] [Category("Common")] public: __property int get_BearerBarWidth(); public: __property void set_BearerBarWidth(
int value
);
[Description("Width of bearer bars, in pixels.")] [DefaultValue(3)] [Category("Common")] public:
property int BearerBarWidth { int get(); void set(int value); }
Property Value
Значение по умолчанию: 3.