_CardView.MultiLineFieldHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an Integer (int in C#) value that determines the minimum number of lines for multiline fields displayed in the CardView object. Read/write.
public:
property int MultiLineFieldHeight { int get(); void set(int value); };
public int MultiLineFieldHeight { get; set; }
Public Property MultiLineFieldHeight As Integer
Property Value
Remarks
This property can be set to a value between 1 and 20. If this property is set to a value less than 1, the property is set to 1. If this property is set to a value greater than 20, the property is set to 20. The default value for this property is 1.