Intersoft ClientUI Documentation
FooterVisibility Property



Gets or sets a value indicating whether the footer element is visible or not.
Syntax
Public Property FooterVisibility As Visibility
Dim instance As UXNavigationPane
Dim value As Visibility
 
instance.FooterVisibility = value
 
value = instance.FooterVisibility
public Visibility FooterVisibility {get; set;}
public:
property Visibility FooterVisibility {
   Visibility get();
   void set (    Visibility value);
}
Remarks

You can easily customize the UXNavigationPane appearance through the following properties.

If you would like to completely customize the control appearance or if you want to change the styles of each visual state, you can edit the template of the control and do the modification accordingly.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXNavigationPane Class
UXNavigationPane Members

Send Feedback