'Declaration <DescriptionAttribute("A value indicating whether the antialiased rendering is enabled.")> <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft")> Public Property AntiAliasing As Boolean
[Description("A value indicating whether the antialiased rendering is enabled.")] [DefaultValue(True)] [Category("VintaSoft")] public bool AntiAliasing { get; set; }
[Description("A value indicating whether the antialiased rendering is enabled.")] [DefaultValue(True)] [Category("VintaSoft")] public: __property bool get_AntiAliasing(); public: __property void set_AntiAliasing(
bool value
);
[Description("A value indicating whether the antialiased rendering is enabled.")] [DefaultValue(True)] [Category("VintaSoft")] public:
property bool AntiAliasing { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.