'Declaration <DefaultValueAttribute(64)> <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The size, in megabytes, of renderer cache.")> Public Property RendererCacheSize As Double
[DefaultValue(64)] [Category("VintaSoft")] [Description("The size, in megabytes, of renderer cache.")] public double RendererCacheSize { get; set; }
[DefaultValue(64)] [Category("VintaSoft")] [Description("The size, in megabytes, of renderer cache.")] public: __property double get_RendererCacheSize(); public: __property void set_RendererCacheSize(
double value
);
[DefaultValue(64)] [Category("VintaSoft")] [Description("The size, in megabytes, of renderer cache.")] public:
property double RendererCacheSize { double get(); void set(double value); }