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