TranslationY Property (C1Gauge)
In This Topic
Syntax
'Declaration
Public Property TranslationY As Double
'Usage
Dim instance As C1Gauge
Dim value As Double
instance.TranslationY = value
value = instance.TranslationY
public double TranslationY {get; set;}
See Also