[]
Gets or sets the factor applies to dropdown item while opening dropdown by touch behavior.
[TypeConverter(typeof(PercentageFloatConverter))]
public float TouchDropDownScale { get; set; }
<TypeConverter(GetType(PercentageFloatConverter))>
Public Property TouchDropDownScale As Single
Type | Description |
---|---|
float | The factor applies to dropdown item while opening dropdown by touch behavior. The default is 1.5f. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The assigned value is less than 1 or greater than 4. |