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