FrameworkElement
The FrameworkElement class serves as the base class for all FlatRedBall.Forms Controls. A FrameworkElement has the following characteristics:
A Visual object of type GraphicalUiElement (Gum runtime object)
X and Y values, using the Visual's unit types
ActualX and ActualY, returning the pixel coordinates of the left and top of the control, respectively
Last updated