'Declaration <CategoryAttribute("TextBox")> <DefaultValueAttribute(12)> <DescriptionAttribute("The font size of a text box.")> Public Property TextBoxFontSize As Double
[Category("TextBox")] [DefaultValue(12)] [Description("The font size of a text box.")] public double TextBoxFontSize { get; set; }
[Category("TextBox")] [DefaultValue(12)] [Description("The font size of a text box.")] public: __property double get_TextBoxFontSize(); public: __property void set_TextBoxFontSize(
double value
);
[Category("TextBox")] [DefaultValue(12)] [Description("The font size of a text box.")] public:
property double TextBoxFontSize { double get(); void set(double value); }
Property Value
Default value is 12. Minimum value is 1.