public int Y {get; set;}
'Declaration Public Property Y As Integer
'Usage Dim instance As FastMagicWandCommand Dim value As Integer instance.Y = value value = instance.Y
get_Y();set_Y(value);Object.defineProperty('Y');
public: property int Y { int get(); void set ( int value); }
Target Platforms
FastMagicWandCommand Class FastMagicWandCommand Members