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






Gets or sets the page size.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property PageSize As Integer
Visual Basic (Usage)Copy Code
Dim instance As UXFlow
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
C# 
[CategoryAttribute("Common Properties")]
public int PageSize {get; set;}
Delphi 
public read-write property PageSize: Integer; 
JScript 
CategoryAttribute("Common Properties")
public function get,set PageSize : int
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property int get_PageSize();
public: __property void set_PageSize( 
   int value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property int PageSize {
   int get();
   void set (    int value);
}

Remarks

PageSize determines the index positioned moved when scrollbar is clicked.

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