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