Leadtools.WinForms Namespace > RasterImageViewer Class : FloaterVisible Property |
[DescriptionAttribute("Indicating whether to paint the floater image")] [CategoryAttribute("Floater and Region")] public virtual bool FloaterVisible {get; set;}
'Declaration <DescriptionAttribute("Indicating whether to paint the floater image")> <CategoryAttribute("Floater and Region")> Public Overridable Property FloaterVisible As Boolean
'Usage Dim instance As RasterImageViewer Dim value As Boolean instance.FloaterVisible = value value = instance.FloaterVisible
[DescriptionAttribute("Indicating whether to paint the floater image")] [CategoryAttribute("Floater and Region")] public: virtual property bool FloaterVisible { bool get(); void set ( bool value); }