'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the background layer must be created.")> Public Property CreateBackgroundLayer As Boolean
[DefaultValue(True)] [Description("A value indicating whether the background layer must be created.")] public bool CreateBackgroundLayer { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the background layer must be created.")] public: __property bool get_CreateBackgroundLayer(); public: __property void set_CreateBackgroundLayer(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the background layer must be created.")] public:
property bool CreateBackgroundLayer { bool get(); void set(bool value); }
Property Value
true - the background layer must be created; false - the background layer must not be created. Default value is true.