Northwoods.GoSilverlight 1.2.2 Assembly
CountVisibilityConverter Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : CountVisibilityConverter Class

Convert a positive integer to the value Visibility.Visible; zero or a negative value converts to Visibility.Collapsed.

Syntax

Visual Basic (Declaration) 
Public Class CountVisibilityConverter 
   Inherits Converter
   Implements IValueConverter 
C# 
public class CountVisibilityConverter : Converter, IValueConverter  

Remarks

This can be useful when you want the something to be visible only when some value, such as the Count of a list, is positive.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Converter
      Northwoods.GoXam.CountVisibilityConverter

Requirements

See Also

© 2010 All Rights Reserved.