'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets/sets the ambient inflate applied to the invalidated device rectangle (in pixels)")> <System.ComponentModel.DefaultValueAttribute(5)> Public Property AmbientDeviceInflate As System.Single
'Usage
Dim instance As NViewSmartPaintService Dim value As System.Single instance.AmbientDeviceInflate = value value = instance.AmbientDeviceInflate
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets/sets the ambient inflate applied to the invalidated device rectangle (in pixels)")] [System.ComponentModel.DefaultValue(5)] public System.float AmbientDeviceInflate {get; set;}