Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
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); }