Gets or sets, depending to the item layout, the fixed width or height of the items contained in the items host.
Syntax
public double FixedSize {get; set;}
'Declaration
Public Property FixedSize As Double
'Usage
Dim instance As CardViewItemsHost
Dim value As Double
instance.FixedSize = value
value = instance.FixedSize
Property Value
A double that represents, in device-independent units (1/96th inch per unit), depending to the item layout, the fixed width or height of the items contained in the items host. By default, double.PositiveInfinity.
If the items are in a vertical layout, their width will be fixed. If a horizontal layout is used, the height of the items will be fixed.
Requirements
Target Platforms: Windows 11, Windows, 10, 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