'Declaration <DescriptionAttribute("A value indicating whether the alpha channel must be generated for transparent 32-bpp and 8-bpp images.")> <DefaultValueAttribute(True)> Public Property GenerateAlphaChannelForTransparentImages As Boolean
[Description("A value indicating whether the alpha channel must be generated for transparent 32-bpp and 8-bpp images.")] [DefaultValue(True)] public bool GenerateAlphaChannelForTransparentImages { get; set; }
[Description("A value indicating whether the alpha channel must be generated for transparent 32-bpp and 8-bpp images.")] [DefaultValue(True)] public: __property bool get_GenerateAlphaChannelForTransparentImages(); public: __property void set_GenerateAlphaChannelForTransparentImages(
bool value
);
[Description("A value indicating whether the alpha channel must be generated for transparent 32-bpp and 8-bpp images.")] [DefaultValue(True)] public:
property bool GenerateAlphaChannelForTransparentImages { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.