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