'Declaration Public Property InkEffectOpacity As Nullable(Of Double)
'Usage Dim instance As MaterialListBoxItem Dim value As Nullable(Of Double) instance.InkEffectOpacity = value value = instance.InkEffectOpacity
public Nullable<double> InkEffectOpacity {get; set;}
Property Value
The opacity to use for the ink effect brush on when a listbox item is selected. By default, 0.5d.