Intersoft ClientUI Documentation
TotalFocusItem Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlow Class : TotalFocusItem Property






Gets or sets the number of total focus item.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property TotalFocusItem As Integer
Visual Basic (Usage)Copy Code
Dim instance As UXFlow
Dim value As Integer
 
instance.TotalFocusItem = value
 
value = instance.TotalFocusItem
C# 
[CategoryAttribute("Common Properties")]
public int TotalFocusItem {get; set;}
Delphi 
public read-write property TotalFocusItem: Integer; 
JScript 
CategoryAttribute("Common Properties")
public function get,set TotalFocusItem : int
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property int get_TotalFocusItem();
public: __property void set_TotalFocusItem( 
   int value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.