'Declaration <DescriptionAttribute("A value indicating whether the transparency is used.")> <DefaultValueAttribute(False)> Public Property Transparency As Boolean
[Description("A value indicating whether the transparency is used.")] [DefaultValue(False)] public bool Transparency { get; set; }
[Description("A value indicating whether the transparency is used.")] [DefaultValue(False)] public: __property bool get_Transparency(); public: __property void set_Transparency(
bool value
);
[Description("A value indicating whether the transparency is used.")] [DefaultValue(False)] public:
property bool Transparency { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.