'Declaration Public Property Lightness As Integer
'Usage Dim instance As Bevel Dim value As Integer instance.Lightness = value value = instance.Lightness
public int Lightness {get; set;}
Property Value
An integer value (between -100 through 100) that indicates the lighting percentage.The default is 25.