Intersoft.Client.UI.Aqua.UXCollection Namespace > UXNavigationPane Class : PopupPadding Property |
<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); }
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.