'Declaration <DescriptionAttribute("A value indicating whether command uses the antialiasing drawing.")> <DefaultValueAttribute(True)> Public Property UseAntiAliasing As Boolean
[Description("A value indicating whether command uses the antialiasing drawing.")] [DefaultValue(True)] public bool UseAntiAliasing { get; set; }
[Description("A value indicating whether command uses the antialiasing drawing.")] [DefaultValue(True)] public: __property bool get_UseAntiAliasing(); public: __property void set_UseAntiAliasing(
bool value
);
[Description("A value indicating whether command uses the antialiasing drawing.")] [DefaultValue(True)] public:
property bool UseAntiAliasing { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.