Intersoft ClientUI Documentation
TotalFocusItem Property (UXFlow)



Gets or sets the number of total focus item.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TotalFocusItem As Integer
Dim instance As UXFlow
Dim value As Integer
 
instance.TotalFocusItem = value
 
value = instance.TotalFocusItem
[CategoryAttribute("Common Properties")]
public int TotalFocusItem {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int TotalFocusItem {
   int get();
   void set (    int value);
}
Remarks

TotalFocusItem allows users to see one or more items in the UXFlow control. This property should be set to an odd value, for example: 1, 3, 5, 7, etc.

XAML
Copy Code
<Intersoft:UXFlow x:Name="UXFlow1" Width="700" Height="300" TotalFocusItem="3">
    <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>

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

UXFlow Class
UXFlow Members

Concepts

UXFlow

Send Feedback