ArcGIS Pro 2.9 API Reference Guide
Convert Method (VisToBool)

ArcGIS.Desktop.Framework.Converters Namespace > VisToBool Class : Convert Method
The Boolean value to convert.
This parameter is not used.
This parameter is not used.
This parameter is not used.
Converts a Boolean value to a Visibility enumeration value.
Syntax
Public Function Convert( _
   ByVal value As Object, _
   ByVal targetType As Type, _
   ByVal parameter As Object, _
   ByVal culture As CultureInfo _
) As Object

Parameters

value
The Boolean value to convert.
targetType
This parameter is not used.
parameter
This parameter is not used.
culture
This parameter is not used.

Return Value

If not Inverted, Visibility.Visible if value is true; otherwise, Visibility.Collapsed.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

VisToBool Class
VisToBool Members