'Declaration <DescriptionAttribute("The font size of a text box.")> <DefaultValueAttribute(12)> <CategoryAttribute("TextBox")> Public Property TextBoxFontSize As Double
[Description("The font size of a text box.")] [DefaultValue(12)] [Category("TextBox")] public double TextBoxFontSize { get; set; }
[Description("The font size of a text box.")] [DefaultValue(12)] [Category("TextBox")] public: __property double get_TextBoxFontSize(); public: __property void set_TextBoxFontSize(
double value
);
[Description("The font size of a text box.")] [DefaultValue(12)] [Category("TextBox")] public:
property double TextBoxFontSize { double get(); void set(double value); }
Property Value
Значение по умолчанию - 12. Минимальное значение - 1.