C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1RadialGauge Class / ApplyWindowInsets Property


In This Topic
ApplyWindowInsets Property (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Public Property ApplyWindowInsets As Android.Views.View.ApplyWindowInsetsHandler
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Android.Views.View.ApplyWindowInsetsHandler
 
instance.ApplyWindowInsets = value
 
value = instance.ApplyWindowInsets
See Also