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