AutoSuggestBox.MaxSuggestionListHeight Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur tinggi maksimum untuk bagian drop-down kontrol AutoSuggestBox .
public:
property double MaxSuggestionListHeight { double get(); void set(double value); };
double MaxSuggestionListHeight();
void MaxSuggestionListHeight(double value);
public double MaxSuggestionListHeight { get; set; }
var double = autoSuggestBox.maxSuggestionListHeight;
autoSuggestBox.maxSuggestionListHeight = double;
Public Property MaxSuggestionListHeight As Double
<AutoSuggestBox MaxSuggestionListHeight="double"/>
Nilai Properti
Double
double
Tinggi maksimum untuk bagian drop-down kontrol AutoSuggestBox .