'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("Style of bearer bars.")> Public Property BearerBars As BearerBarStyle
[Category("Common")] [Description("Style of bearer bars.")] public BearerBarStyle BearerBars { get; set; }
[Category("Common")] [Description("Style of bearer bars.")] public: __property BearerBarStyle get_BearerBars(); public: __property void set_BearerBars(
BearerBarStyle value
);
[Category("Common")] [Description("Style of bearer bars.")] public:
property BearerBarStyle BearerBars { BearerBarStyle get(); void set(BearerBarStyle value); }