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