C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ElementSize Class / Value Property


In This Topic
Value Property (ElementSize)
In This Topic
Gets or sets the value.
Syntax
'Declaration
 
Public Property Value As Double
 
'Usage
 
Dim instance As ElementSize
Dim value As Double
 
instance.Value = value
 
value = instance.Value
See Also