ImageGear22.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : AllPages Property |
'Declaration <ImGearFilterAttribute()> <DescriptionAttribute()> <CategoryAttribute("Items")> Public Property AllPages As Boolean
'Usage Dim instance As ImGearThumbnailCtl Dim value As Boolean instance.AllPages = value value = instance.AllPages
[ImGearFilter()] [Description()] [Category("Items")] public bool AllPages {get; set;}
[ImGearFilter()] [Description()] [Category("Items")] public: __property bool get_AllPages(); public: __property void set_AllPages( bool value );
[ImGearFilter()] [Description()] [Category("Items")] public: property bool AllPages { bool get(); void set ( bool value); }