'Declaration <DescriptionAttribute("The text, which must be drawn.")> <DefaultValueAttribute("")> Public Overridable Property Text As System.String
[Description("The text, which must be drawn.")] [DefaultValue("")] public virtual System.String Text { get; set; }
[Description("The text, which must be drawn.")] [DefaultValue("")] public: __property virtual System.String get_Text(); public: __property virtual void set_Text(
System.String value
);
[Description("The text, which must be drawn.")] [DefaultValue("")] public:
virtual property System.String Text { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию - строка.Пусто.