'Declaration Public Property FixedSize As Double
'Usage Dim instance As CardViewItemsHost Dim value As Double instance.FixedSize = value value = instance.FixedSize
public double FixedSize {get; set;}
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.