'Declaration <DefaultValueAttribute(0)> <CategoryAttribute("Aztec")> <DescriptionAttribute("Number of data layers in aztec symbol.")> Public Property AztecDataLayers As Integer
[DefaultValue(0)] [Category("Aztec")] [Description("Number of data layers in aztec symbol.")] public int AztecDataLayers { get; set; }
[DefaultValue(0)] [Category("Aztec")] [Description("Number of data layers in aztec symbol.")] public: __property int get_AztecDataLayers(); public: __property void set_AztecDataLayers(
int value
);
[DefaultValue(0)] [Category("Aztec")] [Description("Number of data layers in aztec symbol.")] public:
property int AztecDataLayers { int get(); void set(int value); }
Property Value
Значение по умолчанию: 0 (количество слоев данных рассчитывается автоматически).