Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlow Class : ControlPanelPosition Property |
<CategoryAttribute("Layout Settings")> Public Property ControlPanelPosition As Double
Dim instance As UXFlow Dim value As Double instance.ControlPanelPosition = value value = instance.ControlPanelPosition
[CategoryAttribute("Layout Settings")] public double ControlPanelPosition {get; set;}
[CategoryAttribute("Layout Settings")] public: property double ControlPanelPosition { double get(); void set ( double value); }
The control panel element is located at the bottom of UXFlow which provides navigation and control panel for navigating the items.
Several properties that you can customize for this element are:
XAML |
Copy Code
|
---|---|
<Intersoft:UXFlow x:Name="UXFlow1" Width="700" Height="300" ControlPanelPosition="40"> <Intersoft:UXFlowItem ImageSource="le-meurice.jpg" Title="Hôtel Le Meurice" SubTitle="Paris, opposite Tuileries Garden."/> <Intersoft:UXFlowItem ImageSource="altira-macau.jpg" Title="Altira Macau" SubTitle="Taipa Island, Macau."/> ... </Intersoft:UXFlow> |
XAML |
Copy Code
|
---|---|
<Intersoft:UXFlow x:Name="UXFlow1" Width="700" Height="300" SlideShowButtonVisibility="Collapsed" FullScreenButtonVisibility="Collapsed"> <Intersoft:UXFlowItem ImageSource="le-meurice.jpg" Title="Hôtel Le Meurice" SubTitle="Paris, opposite Tuileries Garden."/> <Intersoft:UXFlowItem ImageSource="altira-macau.jpg" Title="Altira Macau" SubTitle="Taipa Island, Macau."/> ... </Intersoft:UXFlow> |
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