Intersoft ClientUI Documentation
PopupPadding Property



Gets or sets a value that determines the padding of the popup element.
Syntax
<CategoryAttribute("Layout")>
Public Property PopupPadding As Thickness
Dim instance As UXNavigationPane
Dim value As Thickness
 
instance.PopupPadding = value
 
value = instance.PopupPadding
[CategoryAttribute("Layout")]
public Thickness PopupPadding {get; set;}
[CategoryAttribute("Layout")]
public:
property Thickness PopupPadding {
   Thickness get();
   void set (    Thickness value);
}
Requirements

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.

See Also

Reference

UXNavigationPane Class
UXNavigationPane Members

Send Feedback