[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); }
'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the background layer must be created.")> Public Property CreateBackgroundLayer As Boolean
Property Value
true - фоновый слой должен быть создан; false - фоновый слой создавать нельзя. Значение по умолчанию - true.