Intersoft ClientUI Documentation
PopupPadding Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXNavigationPane Class : PopupPadding Property






Gets or sets a value that determines the padding of the popup element.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
Public Property PopupPadding As Thickness
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationPane
Dim value As Thickness
 
instance.PopupPadding = value
 
value = instance.PopupPadding
C# 
[CategoryAttribute("Layout")]
public Thickness PopupPadding {get; set;}
Delphi 
public read-write property PopupPadding: Thickness; 
JScript 
CategoryAttribute("Layout")
public function get,set PopupPadding : Thickness
Managed Extensions for C++ 
[CategoryAttribute("Layout")]
public: __property Thickness get_PopupPadding();
public: __property void set_PopupPadding( 
   Thickness value
);
C++/CLI 
[CategoryAttribute("Layout")]
public:
property Thickness PopupPadding {
   Thickness get();
   void set (    Thickness value);
}

Requirements

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

  • PopupThumbVisibility
  • ButtonVisibility
  • FooterVisibility
  • FooterButtonHeight
  • PopupMinWidth
  • PopupMaxWidth
  • PopupMinHeight
  • PopupMaxHeight
  • PopupPadding

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

© 2012 All Rights Reserved.