'Declaration <DescriptionAttribute("A value indicating whether the antialiasing is enabled.")> <DefaultValueAttribute(True)> Public Property IsAntialiasingEnabled As Boolean
[Description("A value indicating whether the antialiasing is enabled.")] [DefaultValue(True)] public bool IsAntialiasingEnabled { get; set; }
[Description("A value indicating whether the antialiasing is enabled.")] [DefaultValue(True)] public: __property bool get_IsAntialiasingEnabled(); public: __property void set_IsAntialiasingEnabled(
bool value
);
[Description("A value indicating whether the antialiasing is enabled.")] [DefaultValue(True)] public:
property bool IsAntialiasingEnabled { bool get(); void set(bool value); }
Property Value
True, если сглаживание включено; в противном случае, false.